aboutsummaryrefslogtreecommitdiff
path: root/lopcodes.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lopcodes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lopcodes.c b/lopcodes.c
index 092c3902..79ffbe25 100644
--- a/lopcodes.c
+++ b/lopcodes.c
@@ -53,8 +53,8 @@ LUAI_DDEF const lu_byte luaP_opmodes[NUM_OPCODES] = {
53 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_BANDK */ 53 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_BANDK */
54 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_BORK */ 54 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_BORK */
55 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_BXORK */ 55 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_BXORK */
56 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_SHRI */
57 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_SHLI */ 56 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_SHLI */
57 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_SHRI */
58 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_ADD */ 58 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_ADD */
59 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_SUB */ 59 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_SUB */
60 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_MUL */ 60 ,opmode(0, 0, 0, 0, 1, iABC) /* OP_MUL */