From 906a7c49ee82f2c00b1f97046896163a8b6b3628 Mon Sep 17 00:00:00 2001 From: nakasima Date: Wed, 28 Jan 2009 05:26:32 +0000 Subject: [PATCH] =?UTF-8?q?FIQ=E3=81=AFosInitInterrupt=E3=81=A7=E3=81=AF?= =?UTF-8?q?=E7=A6=81=E6=AD=A2=E3=81=97=E3=81=AA=E3=81=84=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@222 b871894f-2f95-9b40-918c-086798483c85 --- trunk/bootrom/build/libraries/os/common/os_interrupt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/bootrom/build/libraries/os/common/os_interrupt.c b/trunk/bootrom/build/libraries/os/common/os_interrupt.c index 079fd68..1b5ebbe 100644 --- a/trunk/bootrom/build/libraries/os/common/os_interrupt.c +++ b/trunk/bootrom/build/libraries/os/common/os_interrupt.c @@ -43,7 +43,7 @@ void osInitInterrupt( void ) { isInit = TRUE; - (void)osDisableIrqAndFiq(); + (void)osDisableInterrupts(); i_osInitInterruptTable();