mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix bug from a couple of commits ago in ARMJit
This commit is contained in:
parent
316d23d4cc
commit
d26692ef92
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue