mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-01 12:15:27 -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);
|
res = schedule<T>(data.sq, protocol, false);
|
||||||
|
|
||||||
if (sq == res)
|
if (sq == data.sq)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user