mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-12 04:14:35 +00:00
ppu exec loader: Log TLS image information
This commit is contained in:
parent
c3a4e57efe
commit
ae1ff1e96d
@ -1261,6 +1261,8 @@ void ppu_load_exec(const ppu_exec_object& elf)
|
||||
tls_vaddr = vm::cast(prog.p_vaddr, HERE);
|
||||
tls_fsize = ::narrow<u32>(prog.p_filesz, "p_filesz" HERE);
|
||||
tls_vsize = ::narrow<u32>(prog.p_memsz, "p_memsz" HERE);
|
||||
|
||||
ppu_loader.notice("TLS info segment found: tls-image=*0x%x, image-size=0x%x, tls-size=0x%x", tls_vaddr, tls_fsize, tls_vsize);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user