mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-15 08:49:20 +01:00
Merge pull request #1082 from FioraAeterna/fixccagain
JIT: fix JIT with conditional continue off, again
This commit is contained in:
commit
1f7871f9e2
@ -463,9 +463,13 @@ void Jit64::cmpXX(UGeckoInstruction inst)
|
|||||||
SetJumpTarget(pDontBranch);
|
SetJumpTarget(pDontBranch);
|
||||||
|
|
||||||
if (!analyzer.HasOption(PPCAnalyst::PPCAnalyzer::OPTION_CONDITIONAL_CONTINUE))
|
if (!analyzer.HasOption(PPCAnalyst::PPCAnalyzer::OPTION_CONDITIONAL_CONTINUE))
|
||||||
|
{
|
||||||
|
gpr.Flush();
|
||||||
|
fpr.Flush();
|
||||||
WriteExit(js.next_compilerPC + 4);
|
WriteExit(js.next_compilerPC + 4);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
gpr.UnlockAll();
|
gpr.UnlockAll();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user