2c5d254f7bef8f6e9bad01e8e38e0cbfdc37cb63
[musl] / __unmapself.s
1 .global __unmapself
2 .type   __unmapself,%function
3 __unmapself:
4         mov x8,#215 // SYS_munmap
5         svc 0
6         mov x8,#93 // SYS_exit
7         svc 0