mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
Implement sys_vm_append/return_memory
This commit is contained in:
parent
3c0564c9b7
commit
182054b8af
3 changed files with 212 additions and 8 deletions
|
@ -958,7 +958,7 @@ namespace vm
|
|||
|
||||
auto block = _find_map(size, align, flags);
|
||||
|
||||
g_locations.emplace_back(block);
|
||||
if (block) g_locations.emplace_back(block);
|
||||
|
||||
return block;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue