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…
Reference in New Issue