mirror of https://git.musl-libc.org/git/musl
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
326 B
23 lines
326 B
|
13 years ago
|
.text
|
||
|
11 years ago
|
.global __unmapself_sh_mmu
|
||
|
|
.type __unmapself_sh_mmu, @function
|
||
|
|
__unmapself_sh_mmu:
|
||
|
13 years ago
|
mov #91, r3 ! SYS_munmap
|
||
|
11 years ago
|
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
|
||
|
11 years ago
|
trapa #31
|
||
|
13 years ago
|
|
||
|
|
or r0, r0
|
||
|
|
or r0, r0
|
||
|
|
or r0, r0
|
||
|
|
or r0, r0
|
||
|
|
or r0, r0
|