mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
PPCAnalyst: Don't discard CR before gather pipe interrupt check
This fixes a frequently occurring JitArm64 assert caused by merging6cc4f593e5
without adapting it to the changes made in5902b5b113
.
This commit is contained in:
parent
0a62b30cd4
commit
bddcf60673
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue