aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pall <mike>2016-03-15 11:27:06 +0100
committerMike Pall <mike>2016-03-15 11:27:06 +0100
commitbe2559291e620bac6fffea470119be84b3bc63c5 (patch)
tree08268191bcf335c05f2cf72afd01d2c93e04b3f1
parent64c6da6b21e5888e7fac0a9a92dbde313258bfb1 (diff)
downloadluajit-be2559291e620bac6fffea470119be84b3bc63c5.tar.gz
luajit-be2559291e620bac6fffea470119be84b3bc63c5.tar.bz2
luajit-be2559291e620bac6fffea470119be84b3bc63c5.zip
ARM: Fix build problem with external frame unwinding.
Diffstat (limited to '')
-rw-r--r--src/lj_err.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lj_err.c b/src/lj_err.c
index 01b86d11..a847ca07 100644
--- a/src/lj_err.c
+++ b/src/lj_err.c
@@ -310,7 +310,6 @@ static void err_raise_ext(int errcode)
310#define _US_FORCE_UNWIND 8 310#define _US_FORCE_UNWIND 8
311 311
312typedef struct _Unwind_Control_Block _Unwind_Control_Block; 312typedef struct _Unwind_Control_Block _Unwind_Control_Block;
313typedef struct _Unwind_Context _Unwind_Context;
314 313
315struct _Unwind_Control_Block { 314struct _Unwind_Control_Block {
316 uint64_t exclass; 315 uint64_t exclass;