From c58dcf986ccae6c07afd7cc3bfc4733801bee341 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@b08762b0-b915-fc4b-9d8c-17b2551a87ff> Date: Tue, 8 Jul 2008 02:56:42 +0000 Subject: [PATCH] =?UTF-8?q?SDK=20rev.7066=E5=AF=BE=E5=BF=9C=E3=80=82Reserv?= =?UTF-8?q?ed=E3=82=920x1000=E5=88=86=E7=A7=BB=E5=8B=95=E3=81=95=E3=81=9B?= =?UTF-8?q?=E3=81=9F=E3=81=AE=E3=81=A7=E3=80=81SYSMi=5FGetWork()=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= 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@1811 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- include/sysmenu/sysmenu_lib/common/sysmenu_work.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sysmenu/sysmenu_lib/common/sysmenu_work.h b/include/sysmenu/sysmenu_lib/common/sysmenu_work.h index 66b6833a..d1ec052d 100644 --- a/include/sysmenu/sysmenu_lib/common/sysmenu_work.h +++ b/include/sysmenu/sysmenu_lib/common/sysmenu_work.h @@ -189,7 +189,7 @@ typedef struct DeliverBROM9Key { #define SYSMi_GetLauncherParamAddr() ( (LauncherParam *)HW_PARAM_LAUNCH_PARAM ) // SYSM共有ワークの取得 -#define SYSMi_GetWork() ( (SYSM_work *)HW_TWL_MAIN_MEM_SHARED ) +#define SYSMi_GetWork() ( (SYSM_work *)HW_TWL_SHARED_RESERVED ) #define SYSMi_GetWork2() ( (SYSM_work2 *)HW_MAIN_MEM_SHARED ) // SDKブートチェック(アプリ起動時にカードIDをセットする必要がある。)