diff --git a/sourcepawn/vm/jit/x86/opcode_helpers.h b/sourcepawn/vm/jit/x86/opcode_helpers.h index b5d192dc..b1c600ac 100644 --- a/sourcepawn/vm/jit/x86/opcode_helpers.h +++ b/sourcepawn/vm/jit/x86/opcode_helpers.h @@ -204,8 +204,8 @@ typedef enum OP_SYMBOL, // !GEN DEPRECATED OP_SRANGE, // !GEN DEPRECATED OP_JUMP_PRI, // !GEN - OP_SWITCH, //DONE - OP_CASETBL, //DONE + OP_SWITCH, //VERIFIED + OP_CASETBL, //VERIFIED OP_SWAP_PRI, //VERIFIED OP_SWAP_ALT, //~VERIFIED (swap.alt) OP_PUSH_ADR, //VERIFIED