add assertions

llvm
Dibyendu Majumdar 3 years ago
parent 2ace67282d
commit e4a240be77

@ -1386,6 +1386,8 @@ int luaV_execute (lua_State *L) {
StkId ra;
vmfetch;
lua_assert(base >= ci->func + 1);
lua_assert(base <= L->top && L->top < L->stack + L->stacksize);
vmdispatch(op) {
vmcase(OP_MOVE) {
setobjs2s(L, ra, RB(i));

Loading…
Cancel
Save