mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
[rpcsx-os] linker: hack for lazy bind
This commit is contained in:
parent
8d9869eb7d
commit
437d8e78b8
3 changed files with 18 additions and 6 deletions
|
|
@ -87,6 +87,10 @@ static orbis::SysResult doRelocation(orbis::Process *process,
|
|||
|
||||
auto &defModule = module->importedModules.at(symbol.moduleIndex);
|
||||
if (!defModule) {
|
||||
std::printf(
|
||||
"'%s' ('%s') uses undefined symbol '%llx' in unloaded module\n",
|
||||
module->moduleName, module->soName, (unsigned long long)symbol.id);
|
||||
|
||||
return std::pair(module, symbol.address);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue