From d2027cb2fd7ad25d48274699c506063c2cdf0dee Mon Sep 17 00:00:00 2001 From: nakasima Date: Wed, 28 Jan 2009 06:42:20 +0000 Subject: [PATCH] =?UTF-8?q?ARM9=E3=81=AE=E3=82=A2=E3=82=AF=E3=82=BB?= =?UTF-8?q?=E3=82=B9=E6=A8=A9=E9=99=90=E3=82=92=E7=89=B9=E6=A8=A9=E3=83=A2?= =?UTF-8?q?=E3=83=BC=E3=83=89=E3=81=A8=E3=83=A6=E3=83=BC=E3=82=B6=E3=83=A2?= =?UTF-8?q?=E3=83=BC=E3=83=89=E3=82=92=E5=90=8C=E4=B8=80=E3=81=AB=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_firmware@224 b871894f-2f95-9b40-918c-086798483c85 --- trunk/bootrom/build/libraries/init/ARM9/crt0_pu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/bootrom/build/libraries/init/ARM9/crt0_pu.c b/trunk/bootrom/build/libraries/init/ARM9/crt0_pu.c index 5bb9c78..b0471f6 100644 --- a/trunk/bootrom/build/libraries/init/ARM9/crt0_pu.c +++ b/trunk/bootrom/build/libraries/init/ARM9/crt0_pu.c @@ -117,8 +117,8 @@ asm void i_stupInitCP15(void) #define REGION_BIT(a,b,c,d,e,f,g,h) (((a)<<0)|((b)<<1)|((c)<<2)|((d)<<3)|((e)<<4)|((f)<<5)|((g)<<6)|((h)<<7)) #define REGION_ACC(a,b,c,d,e,f,g,h) (((a)<<0)|((b)<<4)|((c)<<8)|((d)<<12)|((e)<<16)|((f)<<20)|((g)<<24)|((h)<<28)) #define NA 0 -#define RW 1 -#define RO 5 +#define RW 3 +#define RO 6 //