summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/system.c4
1 files changed, 4 insertions, 0 deletions
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)
1263 (*(interrupt_vector[n]))(); 1263 (*(interrupt_vector[n]))();
1264} 1264}
1265 1265
1266void fiq(void)
1267{
1268}
1269
1266void irq_enable_int(int n) 1270void irq_enable_int(int n)
1267{ 1271{
1268 IRQ_WRITE_WAIT(0x404 + n * 4, 0x4010000, v & 0x10000); 1272 IRQ_WRITE_WAIT(0x404 + n * 4, 0x4010000, v & 0x10000);