mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-15 08:49:20 +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{};
|
gprInUse = BitSet32{};
|
||||||
fprInUse = BitSet32{};
|
fprInUse = BitSet32{};
|
||||||
fprInXmm = BitSet32{};
|
fprInXmm = BitSet32{};
|
||||||
|
crInUse = BitSet8{};
|
||||||
gprDiscardable = BitSet32{};
|
gprDiscardable = BitSet32{};
|
||||||
fprDiscardable = BitSet32{};
|
fprDiscardable = BitSet32{};
|
||||||
crDiscardable = BitSet8{};
|
crDiscardable = BitSet8{};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user