mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-24 19:38:32 -06:00
Update sys_lwmutex.h
This commit is contained in:
parent
1240874e41
commit
805de248d3
@ -167,7 +167,7 @@ struct lv2_lwmutex final : lv2_obj
|
||||
{
|
||||
res = schedule<T>(data.sq, protocol, false);
|
||||
|
||||
if (sq == res)
|
||||
if (sq == data.sq)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user