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.

24 lines
353 B

13 years ago
.text
.global __unmapself_sh_mmu
.hidden __unmapself_sh_mmu
.type __unmapself_sh_mmu, @function
__unmapself_sh_mmu:
13 years ago
mov #91, r3 ! SYS_munmap
trapa #31
13 years ago
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
13 years ago
or r0, r0
or r0, r0
or r0, r0
or r0, r0
or r0, r0