Fix PPU stack contents on allocation

This commit is contained in:
Eladash 2020-11-10 03:07:07 +02:00 committed by Ivan
parent d1ee7c651f
commit b32d989a10
1 changed files with 1 additions and 0 deletions

View File

@ -936,6 +936,7 @@ namespace vm
if (!shm)
{
utils::memory_protect(g_base_addr + addr, size, utils::protection::no);
std::memset(g_sudo_addr + addr, 0, size);
}
else
{