summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/board/compal/exceptions_redirect.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/firmware/board/compal/exceptions_redirect.S')
-rw-r--r--src/target/firmware/board/compal/exceptions_redirect.S18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/target/firmware/board/compal/exceptions_redirect.S b/src/target/firmware/board/compal/exceptions_redirect.S
new file mode 100644
index 00000000..d2d971b8
--- /dev/null
+++ b/src/target/firmware/board/compal/exceptions_redirect.S
@@ -0,0 +1,18 @@
+
+/* XXX this should dispatch via 0x80001c */
+
+.section .text.exceptions
+_undef_instr:
+ b _undef_instr
+_sw_interr:
+ b _sw_interr
+_prefetch_abort:
+ b _prefetch_abort
+_data_abort:
+ b _data_abort
+_reserved:
+ b _reserved
+_irq:
+ b _irq
+_fiq:
+ b _fiq