mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Bugfix
This commit is contained in:
parent
318d7276c0
commit
d8664c8da4
8 changed files with 14 additions and 10 deletions
|
|
@ -210,7 +210,7 @@ s32 sys_lwmutex_t::lock(be_t<u32> tid, u64 timeout)
|
|||
}
|
||||
}
|
||||
|
||||
if (!sq->invalidate(tid, attribute))
|
||||
if (!sq->invalidate(tid, attribute) && !sq->pop(tid, attribute))
|
||||
{
|
||||
assert(!"sys_lwmutex_t::lock() failed (locking)");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue