summaryrefslogtreecommitdiff
path: root/src/sh/siglongjmp.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/sh/siglongjmp.S')
-rw-r--r--src/sh/siglongjmp.S8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/sh/siglongjmp.S b/src/sh/siglongjmp.S
new file mode 100644
index 00000000..9ca53d12
--- /dev/null
+++ b/src/sh/siglongjmp.S
@@ -0,0 +1,8 @@
+ /* Dummy implementation for now. */
+
+ .globl _UI_siglongjmp_cont
+ .globl _UI_longjmp_cont
+
+_UI_siglongjmp_cont:
+_UI_longjmp_cont:
+ rts