mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Merge pull request #12802 from JosJuice/ppcanalyst-bi-shift
PPCAnalyst: Fix handling of FL_READ_CR_BI
This commit is contained in:
commit
52f51d0d87
@ -590,7 +590,7 @@ void PPCAnalyzer::SetInstructionStats(CodeBlock* block, CodeOp* code,
|
||||
}
|
||||
else if (opinfo->flags & FL_READ_CR_BI)
|
||||
{
|
||||
code->crIn[code->inst.BI] = true;
|
||||
code->crIn[code->inst.BI >> 2] = true;
|
||||
}
|
||||
else if (opinfo->type == OpType::CR)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user