mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 08:14:45 +02:00
Reporting: Add more info to libstubend error.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user