summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/board/compal/exceptions_redirect.S
blob: d2d971b87a86f936a7c1101800bfa632e9480293 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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