Match Overlay_Relocate (#330)

* Finally match Overlay_DoRelocation

* remove asm, rename Overlay_DoRelocation to Overlay_Relocate

* formatter

* comment updates

* comment update
This commit is contained in:
krimtonz
2020-08-19 15:02:10 -05:00
committed by GitHub
parent 07e6d25be2
commit 4ad461c797
7 changed files with 45 additions and 313 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ s32 Overlay_Load(u32 vRomStart, u32 vRomEnd, void* vRamStart, void* vRamEnd, voi
osSyncPrintf("リロケーションします\n");
}
Overlay_DoRelocation(allocatedVRamAddr, ovl, vRamStart);
Overlay_Relocate(allocatedVRamAddr, ovl, vRamStart);
bssSize = ovl->bssSize;
if (bssSize != 0) {