From 64fe254191a9fb07c472e50d7b02274f6f9fba5f Mon Sep 17 00:00:00 2001 From: yutaka Date: Fri, 7 Sep 2007 07:07:28 +0000 Subject: [PATCH] treat OS_IF2 as 16-bit register git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@16 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/libraries/os/common/os_boot.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/libraries/os/common/os_boot.c b/build/libraries/os/common/os_boot.c index 39bd9f34..fe002924 100644 --- a/build/libraries/os/common/os_boot.c +++ b/build/libraries/os/common/os_boot.c @@ -11,8 +11,8 @@ in whole or in part, without the prior written consent of Nintendo. $Date:: $ - $Rev:$ - $Author:$ + $Rev$ + $Author$ *---------------------------------------------------------------------------*/ #include #include @@ -36,7 +36,7 @@ void OSi_Finalize(void) reg_OS_IF = 0xffffffff; #ifdef SDK_ARM7 reg_OS_IE2 = 0; - reg_OS_IF2 = 0xffffffff; + reg_OS_IF2 = 0xffff; #else // SDK_ARM9 (void)OS_DisableInterrupts(); DC_Disable();