CELL: New reservation notifications mechanism

This commit is contained in:
Elad Ashkenazi 2024-08-13 15:30:34 +03:00
parent 29b0298f1e
commit d0ebba6c5e
7 changed files with 143 additions and 55 deletions

View file

@ -116,7 +116,7 @@ namespace vm
{
if (ok)
{
reservation_notifier(addr).notify_all();
reservation_notifier_notify(addr);
}
if (cpu && !had_wait && cpu->test_stopped())