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 f5347a3c..4e983e08 100644
--- a/lopcodes.c
+++ b/lopcodes.c
@@ -25,6 +25,7 @@ LUAI_DDEF const lu_byte luaP_opmodes[NUM_OPCODES] = {
25 ,opmode(0, 0, 0, 0, 1, iABx) /* OP_LOADK */ 25 ,opmode(0, 0, 0, 0, 1, iABx) /* OP_LOADK */
26 ,opmode(0, 0, 0, 0, 1, iABx) /* OP_LOADKX */ 26 ,opmode(0, 0, 0, 0, 1, iABx) /* OP_LOADKX */
27 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_LOADFALSE */ 27 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_LOADFALSE */
28 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_LFALSESKIP */
28 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_LOADTRUE */ 29 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_LOADTRUE */
29 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_LOADNIL */ 30 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_LOADNIL */
30 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_GETUPVAL */ 31 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_GETUPVAL */