Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ARM] Reenable flush per instruction with FPR cache. Something is sti…
…ll very wrong.
  • Loading branch information
Sonicadvance1 committed Sep 19, 2013
1 parent 930f997 commit 85f0677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/Core/Src/PowerPC/JitArm32/Jit.cpp
Expand Up @@ -483,6 +483,7 @@ const u8* JitArm::DoJit(u32 em_address, PPCAnalyst::CodeBuffer *code_buf, JitBlo
BKPT(0x7777);
}
JitArmTables::CompileInstruction(ops[i]);
fpr.Flush();
if (js.memcheck && (opinfo->flags & FL_LOADSTORE))
{
// Don't do this yet
Expand Down

0 comments on commit 85f0677

Please sign in to comment.