better order of record fields for 64-bit machines
This commit is contained in:
2
ldo.c
2
ldo.c
@@ -32,10 +32,10 @@
|
||||
|
||||
/* chain list of long jump buffers */
|
||||
struct lua_longjmp {
|
||||
jmp_buf b;
|
||||
struct lua_longjmp *previous;
|
||||
CallInfo *ci; /* index of call info of active function that set protection */
|
||||
StkId top; /* top stack when protection was set */
|
||||
jmp_buf b;
|
||||
int allowhooks; /* `allowhook' state when protection was set */
|
||||
volatile int status; /* error code */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user