diff options
Diffstat (limited to 'lvm.c')
| -rw-r--r-- | lvm.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1927,7 +1927,7 @@ void luaV_execute (lua_State *L, CallInfo *ci) { | |||
| 1927 | vmbreak; | 1927 | vmbreak; |
| 1928 | } | 1928 | } |
| 1929 | vmcase(OP_VARARGPREP) { | 1929 | vmcase(OP_VARARGPREP) { |
| 1930 | ProtectNT(luaT_adjustvarargs(L, GETARG_A(i), ci, cl->p)); | 1930 | ProtectNT(luaT_adjustvarargs(L, ci, cl->p)); |
| 1931 | if (l_unlikely(trap)) { /* previous "Protect" updated trap */ | 1931 | if (l_unlikely(trap)) { /* previous "Protect" updated trap */ |
| 1932 | luaD_hookcall(L, ci); | 1932 | luaD_hookcall(L, ci); |
| 1933 | L->oldpc = 1; /* next opcode will be seen as a "new" line */ | 1933 | L->oldpc = 1; /* next opcode will be seen as a "new" line */ |
