mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-12 00:40:14 +00:00
Fixup sys_vm_memory_map
This commit is contained in:
parent
aa4040bb7b
commit
a3daa99a33
@ -28,6 +28,7 @@ error_code sys_vm_memory_map(u32 vsize, u32 psize, u32 cid, u64 flag, u64 policy
|
|||||||
|
|
||||||
// Write a pointer for the allocated memory
|
// Write a pointer for the allocated memory
|
||||||
*addr = area->addr;
|
*addr = area->addr;
|
||||||
|
return CELL_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
return CELL_ENOMEM;
|
return CELL_ENOMEM;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user