mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01:00
Merge pull request #12340 from JosJuice/jit-gp-check-discard-cr
PPCAnalyst: Don't discard CR before gather pipe interrupt check
This commit is contained in:
commit
2d0e577f8f
@ -976,6 +976,7 @@ u32 PPCAnalyzer::Analyze(u32 address, CodeBlock* block, CodeBuffer* buffer,
|
|||||||
// be able to flush all registers, so we can't have any discarded registers.
|
// be able to flush all registers, so we can't have any discarded registers.
|
||||||
gprDiscardable = BitSet32{};
|
gprDiscardable = BitSet32{};
|
||||||
fprDiscardable = BitSet32{};
|
fprDiscardable = BitSet32{};
|
||||||
|
crDiscardable = BitSet8{};
|
||||||
}
|
}
|
||||||
|
|
||||||
const bool hle = !!HLE::TryReplaceFunction(op.address);
|
const bool hle = !!HLE::TryReplaceFunction(op.address);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user