Skip to content

Commit 16f619d

Browse files
committed
More logging to sys_memory_allocate_from_container
1 parent 29a836f commit 16f619d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rpcs3/Emu/Cell/lv2/sys_memory.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ error_code sys_memory_allocate_from_container(cpu_thread& cpu, u64 size, u32 cid
214214

215215
if (alloc_addr)
216216
{
217+
sys_memory.notice("sys_memory_allocate_from_container(): Allocated 0x%x address (size=0x%x)", addr, size);
218+
217219
vm::lock_sudo(addr, static_cast<u32>(size));
218220
cpu.check_state();
219221
*alloc_addr = addr;

0 commit comments

Comments
 (0)