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