mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-05-07 13:37:46 +00:00
Remove nop loop
This commit is contained in:
parent
e43435e152
commit
c340eb2f17
1 changed files with 0 additions and 11 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue