From ec3aa15bb7ca5e35c4b5f4d0eac966cd5bd4d5e8 Mon Sep 17 00:00:00 2001 From: yutaka Date: Thu, 26 Jun 2008 01:18:38 +0000 Subject: [PATCH] =?UTF-8?q?FS=E7=94=A8=E3=82=A2=E3=83=AA=E3=83=BC=E3=83=8A?= =?UTF-8?q?=E8=A8=AD=E5=AE=9A?= 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@1709 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/nandfirm/menu-launcher/ARM9/main.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/nandfirm/menu-launcher/ARM9/main.c b/build/nandfirm/menu-launcher/ARM9/main.c index 56275421..6e8998ca 100644 --- a/build/nandfirm/menu-launcher/ARM9/main.c +++ b/build/nandfirm/menu-launcher/ARM9/main.c @@ -106,6 +106,12 @@ static void PreInit(void) ***************************************************************/ static void PostInit(void) { + // アリーナ設定 + { + static u32 arena[ 0x400 / sizeof(u32) ]; + OS_SetMainArenaLo( arena ); + OS_SetMainArenaHi( &arena[ 0x400 / sizeof(u32) ] ); + } // RSA用ヒープ設定 SVC_InitSignHeap( &acPool, acHeap, sizeof(acHeap) ); // FS/FATFS初期化