Skip to content

Commit 26c68ec

Browse files
committed
Update sys_memory.cpp
1 parent 8eaa128 commit 26c68ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpcs3/Emu/Cell/lv2/sys_memory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ 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(): Allocated 0x%x address (size=0x%x)", addr, size);
217+
sys_memory.notice("sys_memory_allocate_from_container(): Allocated 0x%x address (size=0x%x)", addr, size);
218218

219219
vm::lock_sudo(addr, static_cast<u32>(size));
220220
cpu.check_state();

0 commit comments

Comments
 (0)