aboutsummaryrefslogtreecommitdiff
path: root/lcode.c
diff options
context:
space:
mode:
Diffstat (limited to 'lcode.c')
-rw-r--r--lcode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcode.c b/lcode.c
index 641f0d09..8c04d8ab 100644
--- a/lcode.c
+++ b/lcode.c
@@ -1439,7 +1439,7 @@ static void finishbinexpval (FuncState *fs, expdesc *e1, expdesc *e2,
1439 e1->u.info = pc; 1439 e1->u.info = pc;
1440 e1->k = VRELOC; /* all those operations are relocatable */ 1440 e1->k = VRELOC; /* all those operations are relocatable */
1441 luaK_fixline(fs, line); 1441 luaK_fixline(fs, line);
1442 luaK_codeABCk(fs, mmop, v1, v2, event, flip); /* to call metamethod */ 1442 luaK_codeABCk(fs, mmop, v1, v2, cast_int(event), flip); /* metamethod */
1443 luaK_fixline(fs, line); 1443 luaK_fixline(fs, line);
1444} 1444}
1445 1445