mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Reporting: Add more info to libstubend error.
This commit is contained in:
parent
eedd0b32dd
commit
ffd468c3ae
1 changed files with 1 additions and 1 deletions
|
@ -986,7 +986,7 @@ static bool KernelImportModuleFuncs(PSPModule *module, u32 *firstImportStubAddr,
|
|||
return false;
|
||||
}
|
||||
if (!Memory::IsValidRange(module->libstub, module->libstubend - module->libstub)) {
|
||||
ERROR_LOG_REPORT(LOADER, "Garbage libstub address or end");
|
||||
ERROR_LOG_REPORT(LOADER, "Garbage libstub address %08x or end %08x", module->libstub, module->libstubend);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue