mirror of
https://github.com/wiiu-env/WUMSLoader.git
synced 2024-11-27 01:54:16 +01:00
relocator: Fix compling
This commit is contained in:
parent
82dc811f42
commit
9809b1b48d
@ -42,10 +42,10 @@ DECL(OSDynLoad_Error, OSDynLoad_FindExport, OSDynLoad_Module module, BOOL isData
|
||||
return OS_DYNLOAD_INVALID_MODULE_NAME;
|
||||
}
|
||||
*outAddr = (void *) exportEntries[i].address;
|
||||
// DEBUG_FUNCTION_LINE("Set outAddr to %08X. It's from module %s function %s\n",
|
||||
/*DEBUG_FUNCTION_LINE("Set outAddr to %08X. It's from module %s function %s\n",
|
||||
exportEntries[i].address,
|
||||
gModuleData->module_data[modulehandle].module_export_name,
|
||||
exportEntries[i].name);
|
||||
exportEntries[i].name);*/
|
||||
return OS_DYNLOAD_OK;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user