mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-04-19 21:43:27 +00:00
Merge branch 'master' into v2.1
This commit is contained in:
commit
ec5546d1d2
@ -197,7 +197,7 @@ static void *err_unwind(lua_State *L, void *stopcf, int errcode)
|
||||
typedef struct _Unwind_Exception
|
||||
{
|
||||
uint64_t exclass;
|
||||
void (*excleanup)(int, struct _Unwind_Exception);
|
||||
void (*excleanup)(int, struct _Unwind_Exception *);
|
||||
uintptr_t p1, p2;
|
||||
} __attribute__((__aligned__)) _Unwind_Exception;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user