diff options
Diffstat (limited to 'src/lj_err.c')
-rw-r--r-- | src/lj_err.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_err.c b/src/lj_err.c index 600433d4..239f6e4f 100644 --- a/src/lj_err.c +++ b/src/lj_err.c | |||
@@ -526,7 +526,7 @@ static void *err_unwind(lua_State *L, void *stopcf, int errcode) | |||
526 | 526 | ||
527 | /* -- External frame unwinding -------------------------------------------- */ | 527 | /* -- External frame unwinding -------------------------------------------- */ |
528 | 528 | ||
529 | #if defined(__GNUC__) | 529 | #if defined(__GNUC__) && !LJ_TARGET_ARM |
530 | 530 | ||
531 | #include <unwind.h> | 531 | #include <unwind.h> |
532 | 532 | ||