Added empty fiq routine for iFP.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8555 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Tomasz Malesinski 2006-02-03 23:26:14 +00:00
parent ea3dbb2d87
commit 507120c1b3

View file

@ -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);