Fixup sys_vm_memory_map

This commit is contained in:
Nekotekina 2018-08-14 16:08:45 +03:00
parent aa4040bb7b
commit a3daa99a33
1 changed files with 1 additions and 0 deletions

View File

@ -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
*addr = area->addr;
return CELL_OK;
}
return CELL_ENOMEM;