mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
PPCAnalyst: Clear crInUse on HLE
This should have been done when rebasing6cc4f593e5
after the merge of3a00ff625e
. There are no correctness implications as far as I know, only very minor performance implications.
This commit is contained in:
parent
4f3f208fe4
commit
05864ceddd
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue