From 805de248d38fff71efe73303a33a676dac2a0f96 Mon Sep 17 00:00:00 2001 From: Elad Ashkenazi Date: Sat, 3 Jun 2023 18:29:20 +0300 Subject: [PATCH] Update sys_lwmutex.h --- rpcs3/Emu/Cell/lv2/sys_lwmutex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/Cell/lv2/sys_lwmutex.h b/rpcs3/Emu/Cell/lv2/sys_lwmutex.h index 675b4f345b..73f87965e3 100644 --- a/rpcs3/Emu/Cell/lv2/sys_lwmutex.h +++ b/rpcs3/Emu/Cell/lv2/sys_lwmutex.h @@ -167,7 +167,7 @@ struct lv2_lwmutex final : lv2_obj { res = schedule(data.sq, protocol, false); - if (sq == res) + if (sq == data.sq) { return false; }