mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Fixup
This commit is contained in:
parent
e4b9a21acc
commit
e4ed5c47a3
1 changed files with 2 additions and 4 deletions
|
@ -4235,16 +4235,14 @@ spu_program spu_recompiler_base::analyse(const be_t<u32>* ls, u32 entry_point, s
|
||||||
|
|
||||||
if (tb.reg_origin[i] == 0x80000000)
|
if (tb.reg_origin[i] == 0x80000000)
|
||||||
{
|
{
|
||||||
must_repeat |= !tb.targets.empty() && tb.reg_origin[i] != expected;
|
|
||||||
|
|
||||||
tb.reg_origin[i] = expected;
|
tb.reg_origin[i] = expected;
|
||||||
}
|
}
|
||||||
else if (tb.reg_origin[i] != expected)
|
else if (tb.reg_origin[i] != expected)
|
||||||
{
|
{
|
||||||
must_repeat |= !tb.targets.empty() && tb.reg_origin[i] != umax;
|
|
||||||
|
|
||||||
// Set umax if multiple origins merged (requires PHI node)
|
// Set umax if multiple origins merged (requires PHI node)
|
||||||
tb.reg_origin[i] = umax;
|
tb.reg_origin[i] = umax;
|
||||||
|
|
||||||
|
must_repeat |= !tb.targets.empty();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue