z_actor_dlftbls.c OK. Rework a bunch of segment address organization. (#29)

This commit is contained in:
Rozelette
2020-09-27 19:19:06 -05:00
committed by GitHub
parent a672633c3b
commit 07efebe2ff
19 changed files with 8041 additions and 9023 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ void Idle_InitCodeAndMemory(void) {
oldSize = sDmaMgrDmaBuffSize;
sDmaMgrDmaBuffSize = 0;
DmaMgr_SendRequestImpl(&dmaReq, (u32)&code_text_start, (u32)&code_vrom_start, (u32)&code_vrom_end - (u32)&code_vrom_start, 0, &queue, 0);
DmaMgr_SendRequestImpl(&dmaReq, (u32)&code_text_start, (u32)_codeSegmentRomStart, (u32)_codeSegmentRomEnd - (u32)_codeSegmentRomStart, 0, &queue, 0);
Idle_InitScreen();
Idle_InitMemory();
osRecvMesg(&queue, 0, 1);