mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 07:49:19 +01:00
Merge pull request #12353 from JosJuice/hle-discard-cr
PPCAnalyst: Clear crInUse on HLE
This commit is contained in:
commit
87256e3ec3
@ -1011,6 +1011,7 @@ u32 PPCAnalyzer::Analyze(u32 address, CodeBlock* block, CodeBuffer* buffer,
|
||||
gprInUse = BitSet32{};
|
||||
fprInUse = BitSet32{};
|
||||
fprInXmm = BitSet32{};
|
||||
crInUse = BitSet8{};
|
||||
gprDiscardable = BitSet32{};
|
||||
fprDiscardable = BitSet32{};
|
||||
crDiscardable = BitSet8{};
|
||||
|
Loading…
x
Reference in New Issue
Block a user