mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-02 12:45:14 -06:00
SPU Analyzer: Fix initiate_patterns function
This commit is contained in:
parent
a545fe92a0
commit
c860aa2107
@ -5184,7 +5184,7 @@ spu_program spu_recompiler_base::analyse(const be_t<u32>* ls, u32 entry_point, s
|
||||
// Check loop connector block (must jump to block-next or to loop-start)
|
||||
u32 targets_count = 0;
|
||||
|
||||
for (u32 target : get_block_targets(first_pred_of_loop))
|
||||
for (u32 target : get_block_targets(!invalid ? first_pred_of_loop : bpc))
|
||||
{
|
||||
valid = true;
|
||||
targets_count++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user