PPU: Implement support for 128-byte reservations coherency

This commit is contained in:
Eladash 2020-04-07 20:29:11 +03:00 committed by Ivan
parent 3f7eba19c8
commit f4ca6f02a1
8 changed files with 539 additions and 144 deletions

View file

@ -273,7 +273,7 @@ namespace vm
{
if (auto& ptr = g_tls_locked)
{
*ptr = nullptr;
ptr->release(nullptr);
ptr = nullptr;
if (cpu.state & cpu_flag::memory)