diff options
Diffstat (limited to 'lopcodes.c')
-rw-r--r-- | lopcodes.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |