From c06a526165d564818cce6392fcb04a32d077c4f5 Mon Sep 17 00:00:00 2001 From: Borja Ferrer Date: Tue, 10 Oct 2006 17:53:42 +0000 Subject: [PATCH] not needed --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40116 --- sourcepawn/vm/jit/x86/jit_x86.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/sourcepawn/vm/jit/x86/jit_x86.cpp b/sourcepawn/vm/jit/x86/jit_x86.cpp index 038cb3de..1a4d763c 100644 --- a/sourcepawn/vm/jit/x86/jit_x86.cpp +++ b/sourcepawn/vm/jit/x86/jit_x86.cpp @@ -1364,8 +1364,6 @@ inline void WriteOp_Switch(JitWriter *jit) { jit->write_uint32(base + RelocLookup(jit, cases[i].offs, false)); } - //if we get here, there was a bug in the JIT, so we should break into the debugger - jit->write_ubyte(IA32_INT3); } else { /* The slow version. Go through each case and generate a check. * In the future we should replace case tables of more than ~8 cases with a