mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-23 06:40:49 +00:00
Update sys_mutex.h
This commit is contained in:
parent
805de248d3
commit
2c999a550b
@ -171,7 +171,7 @@ struct lv2_mutex final : lv2_obj
|
||||
{
|
||||
res = schedule<T>(data.sq, protocol, false);
|
||||
|
||||
if (sq == res)
|
||||
if (sq == data.sq)
|
||||
{
|
||||
atomic_storage<u32>::release(control.raw().owner, res->id);
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user