summaryrefslogtreecommitdiff
path: root/src/thread/powerpc/__unmapself.s
blob: bb3724e3621135e983438dc32e4179101239dba2 (plain) (blame)
1
2
3
4
5
6
7
8
9
        .text
        .global __unmapself
        .type   __unmapself,%function
__unmapself:
        li      0, 91 # __NR_munmap
        sc
        li      0, 1 #__NR_exit
        sc
        blr