initial commit of the arm port
[musl] / src / signal / arm / restore.s
diff --git a/src/signal/arm/restore.s b/src/signal/arm/restore.s
new file mode 100644 (file)
index 0000000..18f7216
--- /dev/null
@@ -0,0 +1,11 @@
+.global __restore
+.type __restore,%function
+__restore:
+       mov r7,#119
+       swi 0x0
+
+.global __restore_rt
+.type __restore_rt,%function
+__restore_rt:
+       mov r7,#173
+       swi 0x0