From 8c286c37a0419b1541f7c146433d3ba0220d1fda Mon Sep 17 00:00:00 2001 From: yutaka Date: Mon, 1 Oct 2007 08:04:31 +0000 Subject: [PATCH] =?UTF-8?q?ARM7=E5=81=B4OSi=5FBootCore=E3=81=AE=E3=82=B3?= =?UTF-8?q?=E3=83=94=E3=83=BC=E5=85=88=E3=82=92HW=5FPRV=5FWRAM=5FSYS=5FSTA?= =?UTF-8?q?CK=5FDEFAULT=E3=81=AE=E6=89=8B=E5=89=8D=E3=81=8B=E3=82=89HW=5FP?= =?UTF-8?q?RV=5FWRAM=5FSVC=5FSTACK=E3=81=AE=E6=89=8B=E5=89=8D=E3=81=AB?= =?UTF-8?q?=E5=A4=89=E6=9B=B4=20=E5=89=8D=E8=80=85=E3=81=AFPRV=5FWRAM?= =?UTF-8?q?=E3=81=A8=E3=81=A4=E3=81=91=E3=81=A6=E3=81=84=E3=81=AA=E3=81=8C?= =?UTF-8?q?=E3=82=89=E3=80=81WRAM-ABC=E3=82=92=E4=BD=BF=E3=81=86=E3=82=88?= =?UTF-8?q?=E3=81=86=E3=81=AB=E3=81=AA=E3=81=A3=E3=81=A6=E3=81=84=E3=82=8B?= =?UTF-8?q?=E3=81=AE=E3=81=A7=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@36 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/libraries/os/common/os_boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/libraries/os/common/os_boot.c b/build/libraries/os/common/os_boot.c index 2aeca68c..c8282322 100644 --- a/build/libraries/os/common/os_boot.c +++ b/build/libraries/os/common/os_boot.c @@ -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 );