add mips64 port
[musl.git] / src / thread / mips64 / __unmapself.s
blobf6795cda28724e0f581c9eee5362ed20fb1eb8be
1 .set noreorder
2 .global __unmapself
3 .type __unmapself, @function
4 __unmapself:
5 li $2, 5011
6 syscall
7 li $4, 0
8 li $2, 5058
9 syscall