about summary refs log tree commit diff
path: root/src/thread/loongarch64/__unmapself.s
blob: 719ad05637acd03bdcfeb88e9cd95edd612a92e2 (plain) (blame)
1
2
3
4
5
6
7
.global __unmapself
.type   __unmapself, @function
__unmapself:
	li.d    $a7, 215   # call munmap
	syscall 0
	li.d    $a7, 93    # call exit
	syscall 0