mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-20 22:05:06 +00:00
More logging to sys_memory_allocate_from_container
This commit is contained in:
parent
2fb8cbda38
commit
eef66348fe
1 changed files with 2 additions and 0 deletions
|
|
@ -213,6 +213,8 @@ error_code sys_memory_allocate_from_container(cpu_thread& cpu, u64 size, u32 cid
|
||||||
|
|
||||||
if (alloc_addr)
|
if (alloc_addr)
|
||||||
{
|
{
|
||||||
|
sys_memory.notice("sys_memory_allocate_from_container(): Allocated 0x%x address (size=0x%x)", addr, size);
|
||||||
|
|
||||||
vm::lock_sudo(addr, static_cast<u32>(size));
|
vm::lock_sudo(addr, static_cast<u32>(size));
|
||||||
cpu.check_state();
|
cpu.check_state();
|
||||||
*alloc_addr = addr;
|
*alloc_addr = addr;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue