mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
Cleanup (noexcept, unreachable)
%x formatting fixes
This commit is contained in:
parent
321e6d3a86
commit
aa811b6eef
19 changed files with 194 additions and 269 deletions
|
@ -132,7 +132,7 @@ namespace loader
|
|||
info.name = std::string(module_info.name, 28);
|
||||
info.rtoc = module_info.toc + segment.begin.addr();
|
||||
|
||||
LOG_WARNING(LOADER, "%s (rtoc=%x):", info.name, info.rtoc);
|
||||
LOG_WARNING(LOADER, "%s (rtoc=0x%x):", info.name, info.rtoc);
|
||||
|
||||
sys_prx_library_info_t lib;
|
||||
for (u32 e = module_info.exports_start.addr();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue