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