aboutsummaryrefslogtreecommitdiff
path: root/lvm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lvm.c')
-rw-r--r--lvm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lvm.c b/lvm.c
index d0a1c05d..d88a80d1 100644
--- a/lvm.c
+++ b/lvm.c
@@ -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 */