mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-29 00:34:52 +00:00
[ARM] Reenable flush per instruction with FPR cache. Something is still very wrong.
This commit is contained in:
parent
930f997f04
commit
85f067780a
1 changed files with 1 additions and 0 deletions
|
@ -483,6 +483,7 @@ 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue