mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2026-08-30 13:44:02 -05:00
Implement mdebug parsing for static symbols in IDO elfs (#155)
Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>
This commit is contained in:
@@ -1181,7 +1181,8 @@ int main(int argc, const char** argv) {
|
||||
.entrypoint_address = 0,
|
||||
.use_absolute_symbols = false,
|
||||
.unpaired_lo16_warnings = false,
|
||||
.all_sections_relocatable = true
|
||||
.all_sections_relocatable = true,
|
||||
.use_mdebug = false,
|
||||
};
|
||||
bool dummy_found_entrypoint;
|
||||
N64Recomp::DataSymbolMap dummy_syms_map;
|
||||
|
||||
Reference in New Issue
Block a user