mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
Update sys_lwmutex.h
This commit is contained in:
parent
feff50e7e0
commit
1240874e41
1 changed files with 1 additions and 1 deletions
|
@ -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 == data.sq)
|
if (sq == res)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue