Re-allow writes to 0. No clue why, but everything does it.
This commit is contained in:
parent
d9364eccac
commit
319402a11a
|
@ -179,7 +179,7 @@ int Memory::Initialize() {
|
|||
heaps_.v00000000.AllocFixed(
|
||||
0x00000000, 4096, 4096,
|
||||
kMemoryAllocationReserve | kMemoryAllocationCommit,
|
||||
kMemoryProtectNoAccess);
|
||||
kMemoryProtectRead | kMemoryProtectWrite);
|
||||
|
||||
// GPU writeback.
|
||||
// 0xC... is physical, 0x7F... is virtual. We may need to overlay these.
|
||||
|
|
Loading…
Reference in New Issue