mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
More logging to sys_memory_allocate_from_container
This commit is contained in:
parent
2fb8cbda38
commit
b0956a8f74
|
|
@ -213,6 +213,8 @@ error_code sys_memory_allocate_from_container(cpu_thread& cpu, u64 size, u32 cid
|
|||
|
||||
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));
|
||||
cpu.check_state();
|
||||
*alloc_addr = addr;
|
||||
|
|
|
|||
Loading…
Reference in a new issue