mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-10 18:50:22 +01:00
sys_ppu: another fixup
This commit is contained in:
parent
73a9946212
commit
bd234a7668
|
|
@ -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…
Reference in a new issue