mirror of
https://github.com/wiiu-env/WUMSLoader.git
synced 2025-02-04 02:56:22 +01:00
Fix loading ModuleData from persistence
This commit is contained in:
parent
fa68c980af
commit
c6c12798ea
@ -88,7 +88,7 @@ std::vector<ModuleData> ModuleDataPersistence::loadModuleData(module_information
|
||||
moduleData.setStartAddress(module_data->startAddress);
|
||||
moduleData.setEndAddress(module_data->endAddress);
|
||||
|
||||
for (uint32_t j = 0; j < EXPORT_ENTRY_LIST_LENGTH; i++) {
|
||||
for (uint32_t j = 0; j < EXPORT_ENTRY_LIST_LENGTH; j++) {
|
||||
export_data_t *export_entry = &(module_data->export_entries[j]);
|
||||
if (export_entry->address == NULL) {
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user