You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
353 B

.text
.global __unmapself_sh_mmu
.hidden __unmapself_sh_mmu
.type __unmapself_sh_mmu, @function
__unmapself_sh_mmu:
mov #91, r3 ! SYS_munmap
trapa #31
or r0, r0
or r0, r0
or r0, r0
or r0, r0
or r0, r0
mov #1, r3 ! SYS_exit
mov #0, r4
trapa #31
or r0, r0
or r0, r0
or r0, r0
or r0, r0
or r0, r0