removed debug code

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40248
This commit is contained in:
David Anderson 2007-01-01 03:34:06 +00:00
parent 86f9be5714
commit 6df0fa6e97

View File

@ -1306,7 +1306,7 @@ inline void WriteOp_Break(JitWriter *jit)
CompData *data = (CompData *)jit->data;
if (data->debug)
{
jit->write_ubyte(IA32_INT3);
//jit->write_ubyte(IA32_INT3);
//mov ecx, <cip>
jitoffs_t wr = IA32_Mov_Reg_Imm32(jit, AMX_REG_TMP, 0);
jitoffs_t save = jit->get_outputpos();