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 f6915beb..11a73c29 100644
--- a/lopcodes.c
+++ b/lopcodes.c
@@ -90,6 +90,7 @@ LUAI_DDEF const lu_byte luaP_opmodes[NUM_OPCODES] = {
90 ,opmode(0, 0, 0, 1, iABx) /* OP_FORPREP1 */ 90 ,opmode(0, 0, 0, 1, iABx) /* OP_FORPREP1 */
91 ,opmode(0, 0, 0, 1, iABx) /* OP_FORLOOP */ 91 ,opmode(0, 0, 0, 1, iABx) /* OP_FORLOOP */
92 ,opmode(0, 0, 0, 1, iABx) /* OP_FORPREP */ 92 ,opmode(0, 0, 0, 1, iABx) /* OP_FORPREP */
93 ,opmode(0, 0, 0, 0, iABx) /* OP_TFORPREP */
93 ,opmode(0, 0, 0, 0, iABC) /* OP_TFORCALL */ 94 ,opmode(0, 0, 0, 0, iABC) /* OP_TFORCALL */
94 ,opmode(0, 0, 0, 1, iABx) /* OP_TFORLOOP */ 95 ,opmode(0, 0, 0, 1, iABx) /* OP_TFORLOOP */
95 ,opmode(0, 1, 0, 0, iABC) /* OP_SETLIST */ 96 ,opmode(0, 1, 0, 0, iABC) /* OP_SETLIST */