diff options
-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 9fcf620e..db182673 100644 --- a/src/lj_err.c +++ b/src/lj_err.c | |||
@@ -196,7 +196,7 @@ static void *err_unwind(lua_State *L, void *stopcf, int errcode) | |||
196 | typedef struct _Unwind_Exception | 196 | typedef struct _Unwind_Exception |
197 | { | 197 | { |
198 | uint64_t exclass; | 198 | uint64_t exclass; |
199 | void (*excleanup)(int, struct _Unwind_Exception); | 199 | void (*excleanup)(int, struct _Unwind_Exception *); |
200 | uintptr_t p1, p2; | 200 | uintptr_t p1, p2; |
201 | } __attribute__((__aligned__)) _Unwind_Exception; | 201 | } __attribute__((__aligned__)) _Unwind_Exception; |
202 | 202 | ||