diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-02-15 16:12:41 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-02-15 16:12:41 +0000 |
commit | fd63d45d5f642ae22e8de45faa09a795231fea1b (patch) | |
tree | 6618e617ea205096f343db497665ce677e752510 /ports/ARM7-AT91SAM7X | |
parent | d88047aa532f2416c3d3bec2db322b503e2e4585 (diff) | |
download | ChibiOS-fd63d45d5f642ae22e8de45faa09a795231fea1b.tar.gz ChibiOS-fd63d45d5f642ae22e8de45faa09a795231fea1b.tar.bz2 ChibiOS-fd63d45d5f642ae22e8de45faa09a795231fea1b.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@192 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/ARM7-AT91SAM7X')
-rw-r--r-- | ports/ARM7-AT91SAM7X/GCC/crt0.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/ARM7-AT91SAM7X/GCC/crt0.s b/ports/ARM7-AT91SAM7X/GCC/crt0.s index d501770c8..a4fd53db3 100644 --- a/ports/ARM7-AT91SAM7X/GCC/crt0.s +++ b/ports/ARM7-AT91SAM7X/GCC/crt0.s @@ -47,8 +47,8 @@ _start: ldr pc, _prefetch
ldr pc, _abort
nop
- ldr pc, [pc,#-0xFF0] /* VIC - IRQ Vector Register */
- ldr pc, _fiq
+ ldr pc, [pc,#-0xF20] /* AIC - AIC_IVR */
+ ldr pc, [pc,#-0xF20] /* AIC - AIC_FVR */
_undefined:
.word UndHandler
|