diff options
Diffstat (limited to 'lopcodes.c')
-rw-r--r-- | lopcodes.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -93,8 +93,6 @@ LUAI_DDEF const lu_byte luaP_opmodes[NUM_OPCODES] = { | |||
93 | ,opmode(0, 1, 0, 0, iABC) /* OP_RETURN */ | 93 | ,opmode(0, 1, 0, 0, iABC) /* OP_RETURN */ |
94 | ,opmode(0, 0, 0, 0, iABC) /* OP_RETURN0 */ | 94 | ,opmode(0, 0, 0, 0, iABC) /* OP_RETURN0 */ |
95 | ,opmode(0, 0, 0, 0, iABC) /* OP_RETURN1 */ | 95 | ,opmode(0, 0, 0, 0, iABC) /* OP_RETURN1 */ |
96 | ,opmode(0, 0, 0, 1, iABx) /* OP_FORLOOP1 */ | ||
97 | ,opmode(0, 0, 0, 1, iABx) /* OP_FORPREP1 */ | ||
98 | ,opmode(0, 0, 0, 1, iABx) /* OP_FORLOOP */ | 96 | ,opmode(0, 0, 0, 1, iABx) /* OP_FORLOOP */ |
99 | ,opmode(0, 0, 0, 1, iABx) /* OP_FORPREP */ | 97 | ,opmode(0, 0, 0, 1, iABx) /* OP_FORPREP */ |
100 | ,opmode(0, 0, 0, 0, iABx) /* OP_TFORPREP */ | 98 | ,opmode(0, 0, 0, 0, iABx) /* OP_TFORPREP */ |