mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
Fixup
This commit is contained in:
parent
6ee9153329
commit
c7fa4e2375
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ struct ppu_thread_cleaner
|
|||
{
|
||||
if (u32 id = old_id.exchange(new_id)) [[likely]]
|
||||
{
|
||||
if (!idm::remove<named_thread<ppu_thread>>(old_id)) [[unlikely]]
|
||||
if (!idm::remove<named_thread<ppu_thread>>(id)) [[unlikely]]
|
||||
{
|
||||
sys_ppu_thread.fatal("Failed to remove detached thread 0x%x", id);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue