mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
CELL: New reservation notifications mechanism
This commit is contained in:
parent
29b0298f1e
commit
d0ebba6c5e
7 changed files with 143 additions and 55 deletions
|
|
@ -1075,7 +1075,7 @@ cpu_thread& cpu_thread::operator=(thread_state)
|
|||
{
|
||||
if (u32 resv = atomic_storage<u32>::load(thread->raddr))
|
||||
{
|
||||
vm::reservation_notifier(resv).notify_all();
|
||||
vm::reservation_notifier_notify(resv);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue