|
@@ -290,7 +290,6 @@ struct lua_State {
|
|
CommonHeader;
|
|
CommonHeader;
|
|
lu_byte allowhook;
|
|
lu_byte allowhook;
|
|
TStatus status;
|
|
TStatus status;
|
|
- unsigned short nci; /* number of items in 'ci' list */
|
|
|
|
StkIdRel top; /* first free slot in the stack */
|
|
StkIdRel top; /* first free slot in the stack */
|
|
struct global_State *l_G;
|
|
struct global_State *l_G;
|
|
CallInfo *ci; /* call info for current function */
|
|
CallInfo *ci; /* call info for current function */
|
|
@@ -306,6 +305,7 @@ struct lua_State {
|
|
ptrdiff_t errfunc; /* current error handling function (stack index) */
|
|
ptrdiff_t errfunc; /* current error handling function (stack index) */
|
|
l_uint32 nCcalls; /* number of nested non-yieldable or C calls */
|
|
l_uint32 nCcalls; /* number of nested non-yieldable or C calls */
|
|
int oldpc; /* last pc traced */
|
|
int oldpc; /* last pc traced */
|
|
|
|
+ int nci; /* number of items in 'ci' list */
|
|
int basehookcount;
|
|
int basehookcount;
|
|
int hookcount;
|
|
int hookcount;
|
|
volatile l_signalT hookmask;
|
|
volatile l_signalT hookmask;
|