aboutsummaryrefslogtreecommitdiff
path: root/lopcodes.c
diff options
context:
space:
mode:
Diffstat (limited to 'lopcodes.c')
-rw-r--r--lopcodes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lopcodes.c b/lopcodes.c
index 95347b27..f6915beb 100644
--- a/lopcodes.c
+++ b/lopcodes.c
@@ -68,6 +68,7 @@ LUAI_DDEF const lu_byte luaP_opmodes[NUM_OPCODES] = {
68 ,opmode(0, 0, 0, 1, iABC) /* OP_LEN */ 68 ,opmode(0, 0, 0, 1, iABC) /* OP_LEN */
69 ,opmode(0, 0, 0, 1, iABC) /* OP_CONCAT */ 69 ,opmode(0, 0, 0, 1, iABC) /* OP_CONCAT */
70 ,opmode(0, 0, 0, 0, iABC) /* OP_CLOSE */ 70 ,opmode(0, 0, 0, 0, iABC) /* OP_CLOSE */
71 ,opmode(0, 0, 0, 0, iABC) /* OP_TBC */
71 ,opmode(0, 0, 0, 0, isJ) /* OP_JMP */ 72 ,opmode(0, 0, 0, 0, isJ) /* OP_JMP */
72 ,opmode(0, 0, 1, 0, iABC) /* OP_EQ */ 73 ,opmode(0, 0, 1, 0, iABC) /* OP_EQ */
73 ,opmode(0, 0, 1, 0, iABC) /* OP_LT */ 74 ,opmode(0, 0, 1, 0, iABC) /* OP_LT */