Belt and suspenders check for branch ops.

This commit is contained in:
Unknown W. Brackets
2013-01-22 08:11:37 -08:00
parent c324983340
commit 0e33923844
+2
View File
@@ -232,6 +232,8 @@ void Jit::Comp_Generic(u32 op)
{
FlushAll();
MIPSInterpretFunc func = MIPSGetInterpretFunc(op);
_dbg_assert_msg_(JIT, (MIPSGetInfo(op) & DELAYSLOT) == 0, "Cannot use interpreter for branch ops.");
if (func)
{
MOV(32, M(&mips_->pc), Imm32(js.compilerPC));