Browse Source

memory: RasterizerFlushVirtualRegion should also check process image region.

pull/15/merge
bunnei 8 years ago
parent
commit
1a158dfcd6
  1. 1
      src/core/memory.cpp

1
src/core/memory.cpp

@ -329,6 +329,7 @@ void RasterizerFlushVirtualRegion(VAddr start, u64 size, FlushMode mode) {
}
};
CheckRegion(PROCESS_IMAGE_VADDR, PROCESS_IMAGE_VADDR_END);
CheckRegion(HEAP_VADDR, HEAP_VADDR_END);
}

Loading…
Cancel
Save