Sign in
android
/
platform
/
external
/
musl
/
refs/heads/android14-security-release
/
.
/
src
/
thread
/
riscv64
/
__unmapself.s
blob: 2849119c395e220c4f788f4307040d1d5086c9c3 [
file
] [
log
] [
blame
] [
edit
]
.global __unmapself
.type __unmapself
,
%
function
__unmapself
:
li a7
,
215
# SYS_munmap
ecall
li a7
,
93
# SYS_exit
ecall