From a00a7836188a7f8c735339d734891b024027e784 Mon Sep 17 00:00:00 2001 From: nakasima Date: Fri, 16 Jan 2009 09:31:22 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=B9=E3=83=AC=E3=83=83=E3=83=89=E3=82=B9?= =?UTF-8?q?=E3=82=A4=E3=83=83=E3=83=81=E6=9C=89=E5=8A=B9=E3=83=95=E3=83=A9?= =?UTF-8?q?=E3=82=B0=E3=82=92ITCM=E3=81=8B=E3=82=89DTCM=E3=81=B8=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=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@179 b871894f-2f95-9b40-918c-086798483c85 --- trunk/bootrom/build/libraries/os/common/os_irqHandler.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/trunk/bootrom/build/libraries/os/common/os_irqHandler.c b/trunk/bootrom/build/libraries/os/common/os_irqHandler.c index 004cebd..a316579 100644 --- a/trunk/bootrom/build/libraries/os/common/os_irqHandler.c +++ b/trunk/bootrom/build/libraries/os/common/os_irqHandler.c @@ -17,19 +17,19 @@ #include #include +extern OSIntrFunction osIntrTable[OS_INTR_ID_NUM]; #ifdef SDK_ARM9 #include #endif +OSIntrFunction i_osIrqThreadSwitch; + #ifdef SDK_ARM9 #include #include #endif -extern OSIntrFunction osIntrTable[OS_INTR_ID_NUM]; -OSIntrFunction i_osIrqThreadSwitch; - /*---------------------------------------------------------------------------* Name: osIrqHandler