diff --git a/rpcs3/Emu/Cell/lv2/sys_interrupt.cpp b/rpcs3/Emu/Cell/lv2/sys_interrupt.cpp index 00d6f262eb..20ddcb9bf9 100644 --- a/rpcs3/Emu/Cell/lv2/sys_interrupt.cpp +++ b/rpcs3/Emu/Cell/lv2/sys_interrupt.cpp @@ -39,7 +39,7 @@ void lv2_int_serv::join() thread_ctrl::notify(*thread); (*thread)(); - idm::remove_verify>(thread->id, thread); + idm::remove_verify>(thread->id, static_cast>>(thread)); } error_code sys_interrupt_tag_destroy(ppu_thread& ppu, u32 intrtag)