diff --git a/rpcs3/Emu/System.cpp b/rpcs3/Emu/System.cpp index 0022c330f4..2222416a81 100644 --- a/rpcs3/Emu/System.cpp +++ b/rpcs3/Emu/System.cpp @@ -1777,7 +1777,7 @@ void Emulator::Resume() std::string dump; - for (u32 i = 0x10000; i < 0x20000000;) + for (u32 i = 0x10000; i < 0xE0000000;) { if (vm::check_addr(i, vm::page_executable)) {