Print error message in pop_frame when the frame stack is empty
This commit is contained in:
parent
2a0ebb88df
commit
0f7ab3941f
@ -42,8 +42,13 @@ move.l mmu_tlb_clear_addr, a0 | Clear the TLB entry for the mapping page
|
||||
move.l #map_page, (a0)
|
||||
rts
|
||||
pop_no_page:
|
||||
move.l #oom_error_str, a0
|
||||
jsr term_println
|
||||
stop #2700
|
||||
|
||||
.data
|
||||
oom_error_str: .asciz "Out of physical memory"
|
||||
|
||||
.bss
|
||||
mmu_tlb_clear_addr:
|
||||
.ds.b 4
|
||||
|
Loading…
Reference in New Issue
Block a user