x64Emitter: Assert when using an invalid POP instead of generating an INT3
This commit is contained in:
parent
9c4daac3a4
commit
d4ec9737bd
|
@ -666,7 +666,7 @@ void XEmitter::POP(int /*bits*/, const OpArg ®)
|
|||
if (reg.IsSimpleReg())
|
||||
POP(reg.GetSimpleReg());
|
||||
else
|
||||
INT3();
|
||||
_assert_msg_(DYNA_REC, 0, "POP - Unsupported encoding");
|
||||
}
|
||||
|
||||
void XEmitter::BSWAP(int bits, X64Reg reg)
|
||||
|
|
Loading…
Reference in New Issue