about summary refs log tree commit diff
path: root/src/thread/arm/__unmapself.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/arm/__unmapself.s')
-rw-r--r--src/thread/arm/__unmapself.s8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/thread/arm/__unmapself.s b/src/thread/arm/__unmapself.s
new file mode 100644
index 00000000..62ebb7c1
--- /dev/null
+++ b/src/thread/arm/__unmapself.s
@@ -0,0 +1,8 @@
+.text
+.global __unmapself
+.type   __unmapself,%function
+__unmapself:
+	mov r7,#91
+	svc 0
+	mov r7,#1
+	svc 0