mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
lv2: Fix lwcond_queue_wait lock acquiring
This commit is contained in:
parent
3faaf9e7fb
commit
3fd17e43a3
1 changed files with 0 additions and 6 deletions
|
@ -305,12 +305,6 @@ error_code _sys_lwcond_queue_wait(ppu_thread& ppu, u32 lwcond_id, u32 lwmutex_id
|
||||||
|
|
||||||
cond->waiters--;
|
cond->waiters--;
|
||||||
|
|
||||||
if (mutex->signaled.try_dec())
|
|
||||||
{
|
|
||||||
ppu.gpr[3] = CELL_EDEADLK;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
ppu.gpr[3] = CELL_ETIMEDOUT;
|
ppu.gpr[3] = CELL_ETIMEDOUT;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue