blob: c9360b47a69273fbbbbba52e17fb8e708044732a [file] [log] [blame]
.text
.global __unmapself
.type __unmapself,%function
__unmapself:
li 0, 91 # __NR_munmap
sc
li 0, 1 #__NR_exit
sc
blr