summaryrefslogtreecommitdiff
path: root/src/lcode.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/lcode.js')
-rw-r--r--src/lcode.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lcode.js b/src/lcode.js
index 3d79f2f..8f964d7 100644
--- a/src/lcode.js
+++ b/src/lcode.js
@@ -1135,8 +1135,8 @@ const luaK_posfix = function(fs, op, e1, e2, line) {
break;
}
case BinOpr.OPR_CONCAT: {
- let ins = getinstruction(fs, e2);
luaK_exp2val(fs, e2);
+ let ins = getinstruction(fs, e2);
if (e2.k === ek.VRELOCABLE && ins.opcode === OpCodesI.OP_CONCAT) {
assert(e1.u.info === ins.B - 1);
freeexp(fs, e1);