1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00

vm: fix reservation_update notification

Rare function.
This commit is contained in:
Nekotekina 2021-03-23 21:09:31 +03:00
parent 729757b1dd
commit 5dc3467337

View File

@ -102,6 +102,11 @@ namespace vm
if (ok || (old & -128) < (rtime & -128))
{
if (ok)
{
reservation_notifier(addr).notify_all();
}
return;
}