mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-25 20:35:10 -06:00
Remove nop loop
This commit is contained in:
parent
e43435e152
commit
c340eb2f17
@ -5921,17 +5921,6 @@ spu_program spu_recompiler_base::analyse(const be_t<u32>* ls, u32 entry_point, s
|
||||
}
|
||||
}
|
||||
|
||||
const auto prev_wi = wi - 1;
|
||||
if (prev_wi != umax && ::at32(reg_state_it, prev_wi).reduced_loop.active)
|
||||
{
|
||||
const auto reduced_loop = &::at32(reg_state_it, prev_wi).reduced_loop;
|
||||
|
||||
for (const auto& [reg_num, reg] : reduced_loop->regs)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
if (wi < reg_state_it.size())
|
||||
{
|
||||
wa = ::at32(reg_state_it, wi).pc;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user