diff options
Diffstat (limited to 'lvm.c')
-rw-r--r-- | lvm.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1150,6 +1150,8 @@ void luaV_execute (lua_State *L, CallInfo *ci) { | |||
1150 | Instruction i; /* instruction being executed */ | 1150 | Instruction i; /* instruction being executed */ |
1151 | StkId ra; /* instruction's A register */ | 1151 | StkId ra; /* instruction's A register */ |
1152 | vmfetch(); | 1152 | vmfetch(); |
1153 | // low-level line tracing for debugging Lua | ||
1154 | // printf("line: %d\n", luaG_getfuncline(cl->p, pcRel(pc, cl->p))); | ||
1153 | lua_assert(base == ci->func + 1); | 1155 | lua_assert(base == ci->func + 1); |
1154 | lua_assert(base <= L->top && L->top < L->stack_last); | 1156 | lua_assert(base <= L->top && L->top < L->stack_last); |
1155 | /* invalidate top for instructions not expecting it */ | 1157 | /* invalidate top for instructions not expecting it */ |