mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
ARM7側OSi_BootCoreのコピー先をHW_PRV_WRAM_SYS_STACK_DEFAULTの手前からHW_PRV_WRAM_SVC_STACKの手前に変更
前者はPRV_WRAMとつけていながら、WRAM-ABCを使うようになっているので! git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@36 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
f210f9d31a
commit
8c286c37a0
@ -54,7 +54,7 @@ void OSi_Boot( void* entry, MIHeader_WramRegs* w )
|
||||
#ifdef SDK_ARM9
|
||||
OSBootCore = (void*)HW_ITCM;
|
||||
#else // SDK_ARM7
|
||||
OSBootCore = (void*)(HW_PRV_WRAM_SYS_STACK_DEFAULT - 0x200);
|
||||
OSBootCore = (void*)(HW_PRV_WRAM_SVC_STACK - 0x200);
|
||||
#endif // SDK_ARM7
|
||||
|
||||
MI_CpuCopyFast( OSi_BootCore, OSBootCore, 0x200 );
|
||||
|
||||
Loading…
Reference in New Issue
Block a user