change enum to OP_JMPIFNOTSTRING (same name as others doing similar for different types)
place case with other ifnot statements
This commit is contained in:
marauder2k7 2024-06-18 15:15:25 +01:00
parent 54d0da6690
commit fed83cdb8f
2 changed files with 9 additions and 9 deletions

View file

@ -62,9 +62,9 @@ namespace Compiler
OP_JMPIFFNOT,
OP_JMPIFNOT,
OP_JMPNOTSTRING,
OP_JMPIFF,
OP_JMPIF,
OP_JMPSTRING,
OP_JMPIFNOT_NP,
OP_JMPIF_NP, // 10
OP_JMP,