From d328933cc5f19dce46b0687ee23c3d563a8d65df Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 10 Oct 2006 17:33:05 +0000 Subject: [PATCH] marked switch and casetbl as verified --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40115 --- sourcepawn/vm/jit/x86/opcode_helpers.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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