0a48860c ^
1 2 3 4 5 6 7
.global __unmapself .type __unmapself, %function __unmapself: li a7, 215 # SYS_munmap ecall li a7, 93 # SYS_exit ecall