mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-06-25 17:33:10 +00:00
Clean up
This commit is contained in:
parent
c739d2efe2
commit
af8794ac01
1 changed files with 1 additions and 1 deletions
|
|
@ -1867,8 +1867,8 @@ std::vector<recomp::mods::ModLoadErrorDetails> build_regen_list(
|
|||
}
|
||||
else {
|
||||
section_ram_addr = recomp::overlays::get_section_ram_addr(section_index);
|
||||
got_ram_addr = recomp::overlays::get_section_got_ram_addr(section_index);
|
||||
cur_section_relocs = recomp::overlays::get_section_relocs(section_index);
|
||||
got_ram_addr = recomp::overlays::get_section_got_ram_addr(section_index);
|
||||
}
|
||||
|
||||
// Allocate a new section.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue