PPU: Notify SPUs while waiting for its own state

This commit is contained in:
Elad 2024-11-30 16:46:50 +02:00
parent a4ea71d18f
commit b4505600c7
3 changed files with 25 additions and 0 deletions

View file

@ -387,6 +387,9 @@ namespace vm
ok = false;
}
// Do some CPU work
cpu.cpu_wait(+cpu_flag::exit);
if (!ok || cpu.state & cpu_flag::memory)
{
for (u64 i = 0;; i++)