aboutsummaryrefslogtreecommitdiff
path: root/lopcodes.c
diff options
context:
space:
mode:
Diffstat (limited to 'lopcodes.c')
-rw-r--r--lopcodes.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lopcodes.c b/lopcodes.c
index 3f0d551a..c35a0aaf 100644
--- a/lopcodes.c
+++ b/lopcodes.c
@@ -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 */