From 507120c1b397320cb69eb028318c698b00397a3f Mon Sep 17 00:00:00 2001 From: Tomasz Malesinski Date: Fri, 3 Feb 2006 23:26:14 +0000 Subject: Added empty fiq routine for iFP. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8555 a1c6a512-1295-4272-9138-f99709370657 --- firmware/system.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/system.c') diff --git a/firmware/system.c b/firmware/system.c index bfd97104a1..fc23edd6ef 100644 --- a/firmware/system.c +++ b/firmware/system.c @@ -1263,6 +1263,10 @@ void irq(void) (*(interrupt_vector[n]))(); } +void fiq(void) +{ +} + void irq_enable_int(int n) { IRQ_WRITE_WAIT(0x404 + n * 4, 0x4010000, v & 0x10000); -- cgit v1.2.3