summaryrefslogtreecommitdiff
path: root/src/sh/Lresume.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sh/Lresume.c')
-rw-r--r--src/sh/Lresume.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sh/Lresume.c b/src/sh/Lresume.c
new file mode 100644
index 00000000..41a8cf00
--- /dev/null
+++ b/src/sh/Lresume.c
@@ -0,0 +1,5 @@
+#define UNW_LOCAL_ONLY
+#include <libunwind.h>
+#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
+#include "Gresume.c"
+#endif