Browse Source

memory: RasterizerFlushVirtualRegion should also check process image region.

nce_cpp
bunnei 8 years ago
parent
commit
4d5c052f34
  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