Implement vm::find_map; improve memory allocation

Add vm::user64k and vm::user1m constants
Remove vm::user_space, unreserve it
This commit is contained in:
Nekotekina 2018-08-13 19:15:56 +03:00
parent 9578e1e923
commit aa4040bb7b
10 changed files with 139 additions and 67 deletions

View file

@ -1304,7 +1304,7 @@ void Emulator::Resume()
std::string dump;
for (u32 i = 0x10000; i < 0x30000000;)
for (u32 i = 0x10000; i < 0x20000000;)
{
if (vm::check_addr(i))
{