Removing debug int3.

This commit is contained in:
Ben Vanik 2013-05-25 17:20:52 -07:00
parent ce27fb333b
commit 2986a0be82
1 changed files with 0 additions and 1 deletions

View File

@ -903,7 +903,6 @@ XEEMITTER(rlwimix, 0x50000000, M )(X64Emitter& e, X86Compiler& c, InstrDat
// m <- MASK(MB+32, ME+32)
// RA <- r&m | (RA)&¬m
c.int3();
GpVar v(c.newGpVar());
c.mov(v.r32(), e.gpr_value(i.M.RT).r32()); // truncate
c.rol(v.r32(), imm(i.M.SH));