Merge pull request #12353 from JosJuice/hle-discard-cr

PPCAnalyst: Clear crInUse on HLE
This commit is contained in:
Mai 2023-12-03 09:20:29 -05:00 committed by GitHub
commit 87256e3ec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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{};