mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
vm: fix reservation_update notification
Rare function.
This commit is contained in:
parent
729757b1dd
commit
5dc3467337
1 changed files with 5 additions and 0 deletions
|
@ -102,6 +102,11 @@ namespace vm
|
||||||
|
|
||||||
if (ok || (old & -128) < (rtime & -128))
|
if (ok || (old & -128) < (rtime & -128))
|
||||||
{
|
{
|
||||||
|
if (ok)
|
||||||
|
{
|
||||||
|
reservation_notifier(addr).notify_all();
|
||||||
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue