From 29818673756dee7ed1487719195df894a2b7e372 Mon Sep 17 00:00:00 2001 From: DH Date: Sun, 28 Nov 2021 09:22:34 +0200 Subject: [PATCH] sys_spu_thread: Removed unused field access --- rpcs3/Emu/Cell/lv2/sys_ppu_thread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/Cell/lv2/sys_ppu_thread.cpp b/rpcs3/Emu/Cell/lv2/sys_ppu_thread.cpp index db6ecc80dc..a7bff00b9e 100644 --- a/rpcs3/Emu/Cell/lv2/sys_ppu_thread.cpp +++ b/rpcs3/Emu/Cell/lv2/sys_ppu_thread.cpp @@ -253,7 +253,7 @@ error_code sys_ppu_thread_detach(ppu_thread& ppu, u32 thread_id) // Remove ID on EAGAIN return result != CELL_EAGAIN; - }).ptr; + }); if (result) {