Skip to content

Commit

Permalink
ppu exec loader: Log TLS image information
Browse files Browse the repository at this point in the history
  • Loading branch information
elad335 authored and AniLeo committed Apr 12, 2020
1 parent c3a4e57 commit ae1ff1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpcs3/Emu/Cell/PPUModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit ae1ff1e

Please sign in to comment.