Fix bug from a couple of commits ago in ARMJit

This commit is contained in:
Henrik Rydgard 2013-11-09 15:22:39 +01:00
parent 316d23d4cc
commit d26692ef92

View file

@ -240,6 +240,7 @@ const u8 *Jit::DoJit(u32 em_address, JitBlock *b)
SetCC(CC_AL);
} else {
// Downcount flag check. The last block decremented downcounter, and the flag should still be available.
b->checkedEntry = GetCodePtr();
SetCC(CC_LT);
MOVI2R(R0, js.blockStart);
B((const void *)outerLoopPCInR0);