diff options
-rw-r--r-- | lvm.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lvm.c,v 2.61 2006/01/10 12:50:00 roberto Exp roberto $ | 2 | ** $Id: lvm.c,v 2.62 2006/01/23 19:51:43 roberto Exp roberto $ |
3 | ** Lua virtual machine | 3 | ** Lua virtual machine |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -376,6 +376,7 @@ void luaV_execute (lua_State *L, int nexeccalls) { | |||
376 | TValue *k; | 376 | TValue *k; |
377 | const Instruction *pc; | 377 | const Instruction *pc; |
378 | reentry: /* entry point */ | 378 | reentry: /* entry point */ |
379 | lua_assert(isLua(L->ci)); | ||
379 | pc = L->savedpc; | 380 | pc = L->savedpc; |
380 | cl = &clvalue(L->ci->func)->l; | 381 | cl = &clvalue(L->ci->func)->l; |
381 | base = L->base; | 382 | base = L->base; |