Fix exception unwind struct declaration.
This commit is contained in:
parent
92475419e5
commit
2be62dcfcd
@ -196,7 +196,7 @@ static void *err_unwind(lua_State *L, void *stopcf, int errcode)
|
|||||||
typedef struct _Unwind_Exception
|
typedef struct _Unwind_Exception
|
||||||
{
|
{
|
||||||
uint64_t exclass;
|
uint64_t exclass;
|
||||||
void (*excleanup)(int, struct _Unwind_Exception);
|
void (*excleanup)(int, struct _Unwind_Exception *);
|
||||||
uintptr_t p1, p2;
|
uintptr_t p1, p2;
|
||||||
} __attribute__((__aligned__)) _Unwind_Exception;
|
} __attribute__((__aligned__)) _Unwind_Exception;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user