mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
sys_ppu: another fixup
This commit is contained in:
parent
73a9946212
commit
bd234a7668
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ struct ppu_thread_cleaner
|
|||
|
||||
void clean(u32 new_id)
|
||||
{
|
||||
if (old_id) [[likely]]
|
||||
if (old_id || new_id) [[likely]]
|
||||
{
|
||||
if (u32 id = old_id.exchange(new_id)) [[likely]]
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue