Enables the ARMv7 FPR cache.

The problem instructions with the FPR are disabled in the previous commit. This can now be reenabled for fairly large performance gains.
This commit is contained in:
Ryan Houdek 2014-11-14 15:14:10 +00:00
parent 69c3e6516c
commit b0becf7af8

View File

@ -444,7 +444,6 @@ const u8* JitArm::DoJit(u32 em_address, PPCAnalyst::CodeBuffer *code_buf, JitBlo
BKPT(0x7777); BKPT(0x7777);
} }
JitArmTables::CompileInstruction(ops[i]); JitArmTables::CompileInstruction(ops[i]);
fpr.Flush();
if (js.memcheck && (opinfo->flags & FL_LOADSTORE)) if (js.memcheck && (opinfo->flags & FL_LOADSTORE))
{ {
// Don't do this yet // Don't do this yet