comments
This commit is contained in:
4
lstate.h
4
lstate.h
@@ -92,8 +92,8 @@ typedef struct CallInfo {
|
|||||||
StkId base; /* base for called function */
|
StkId base; /* base for called function */
|
||||||
const Instruction *savedpc;
|
const Instruction *savedpc;
|
||||||
StkId top; /* top for this function (when it's a Lua function) */
|
StkId top; /* top for this function (when it's a Lua function) */
|
||||||
const Instruction **pc;
|
const Instruction **pc; /* points to `pc' variable in `luaV_execute' */
|
||||||
StkId *pb;
|
StkId *pb; /* points to `base' variable in `luaV_execute' */
|
||||||
/* extra information for line tracing */
|
/* extra information for line tracing */
|
||||||
int lastpc; /* last pc traced */
|
int lastpc; /* last pc traced */
|
||||||
int line; /* current line */
|
int line; /* current line */
|
||||||
|
|||||||
Reference in New Issue
Block a user