• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.global __unmapself
2.type   __unmapself, @function
3__unmapself:
4	li.d    $a7, 215   # call munmap
5	syscall 0
6	li.d    $a7, 93    # call exit
7	syscall 0
8