mirror of
https://github.com/ApfelTeeSaft/N64Recomp.git
synced 2026-09-03 03:43:27 +00:00
Implement mdebug parsing for static symbols in IDO elfs (#155)
Co-authored-by: Tharo <[email protected]>
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