Mark the end of the v6 opcodes.

This commit is contained in:
Bill Currie 2018-10-11 10:05:36 +09:00
parent 673b45be05
commit 4872c56e2d
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ typedef enum {
OP_OR, OP_OR,
OP_BITAND, OP_BITAND,
OP_BITOR, OP_BITOR, // end of v6 opcodes
OP_ADD_S, OP_ADD_S,
OP_LE_S, OP_LE_S,