diff options
Diffstat (limited to 'lopcodes.c')
-rw-r--r-- | lopcodes.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,7 +24,8 @@ LUAI_DDEF const lu_byte luaP_opmodes[NUM_OPCODES] = { | |||
24 | ,opmode(0, 0, 0, 0, 1, iAsBx) /* OP_LOADF */ | 24 | ,opmode(0, 0, 0, 0, 1, iAsBx) /* OP_LOADF */ |
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_LOADBOOL */ | 27 | ,opmode(0, 0, 0, 0, 1, iABC) /* OP_LOADFALSE */ |
28 | ,opmode(0, 0, 0, 0, 1, iABC) /* OP_LOADTRUE */ | ||
28 | ,opmode(0, 0, 0, 0, 1, iABC) /* OP_LOADNIL */ | 29 | ,opmode(0, 0, 0, 0, 1, iABC) /* OP_LOADNIL */ |
29 | ,opmode(0, 0, 0, 0, 1, iABC) /* OP_GETUPVAL */ | 30 | ,opmode(0, 0, 0, 0, 1, iABC) /* OP_GETUPVAL */ |
30 | ,opmode(0, 0, 0, 0, 0, iABC) /* OP_SETUPVAL */ | 31 | ,opmode(0, 0, 0, 0, 0, iABC) /* OP_SETUPVAL */ |