mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-06 00:40:11 +00:00
Fixup
This commit is contained in:
parent
6ee9153329
commit
c7fa4e2375
@ -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…
x
Reference in New Issue
Block a user