about summary refs log tree commit diff
path: root/src/thread/mips64/__unmapself.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/mips64/__unmapself.s')
-rw-r--r--src/thread/mips64/__unmapself.s9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/thread/mips64/__unmapself.s b/src/thread/mips64/__unmapself.s
new file mode 100644
index 00000000..f6795cda
--- /dev/null
+++ b/src/thread/mips64/__unmapself.s
@@ -0,0 +1,9 @@
+.set	noreorder
+.global	__unmapself
+.type	__unmapself, @function
+__unmapself:
+	li	$2, 5011
+	syscall
+	li	$4, 0
+	li	$2, 5058
+	syscall