mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
Fix PPU stack contents on allocation
This commit is contained in:
parent
d1ee7c651f
commit
b32d989a10
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user