aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports/e200/devices/SPC560Pxx/boot.s
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-11-17 10:52:22 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-11-17 10:52:22 +0000
commitd8e6d79320849a0ba0e89374e46c94699c0d0d8c (patch)
tree4a26f0b27d97672426ce4c1f5d40c79023e9870a /os/common/ports/e200/devices/SPC560Pxx/boot.s
parent56146024e19019fb7e0d09ba7d1536980580f094 (diff)
downloadChibiOS-d8e6d79320849a0ba0e89374e46c94699c0d0d8c.tar.gz
ChibiOS-d8e6d79320849a0ba0e89374e46c94699c0d0d8c.tar.bz2
ChibiOS-d8e6d79320849a0ba0e89374e46c94699c0d0d8c.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8503 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/ports/e200/devices/SPC560Pxx/boot.s')
-rw-r--r--os/common/ports/e200/devices/SPC560Pxx/boot.s32
1 files changed, 16 insertions, 16 deletions
diff --git a/os/common/ports/e200/devices/SPC560Pxx/boot.s b/os/common/ports/e200/devices/SPC560Pxx/boot.s
index 02171bece..2dc5abbf5 100644
--- a/os/common/ports/e200/devices/SPC560Pxx/boot.s
+++ b/os/common/ports/e200/devices/SPC560Pxx/boot.s
@@ -153,37 +153,37 @@ _ivinit:
.globl IVORS
IVORS:
-IVOR0: b IVOR0
+ b _IVOR0
.align 4
-IVOR1: b _IVOR1
+ b _IVOR1
.align 4
-IVOR2: b _IVOR2
+ b _IVOR2
.align 4
-IVOR3: b _IVOR3
+ b _IVOR3
.align 4
-IVOR4: b _IVOR4
+ b _IVOR4
.align 4
-IVOR5: b _IVOR5
+ b _IVOR5
.align 4
-IVOR6: b _IVOR6
+ b _IVOR6
.align 4
-IVOR7: b _IVOR7
+ b _IVOR7
.align 4
-IVOR8: b _IVOR8
+ b _IVOR8
.align 4
-IVOR9: b _IVOR9
+ b _IVOR9
.align 4
-IVOR10: b _IVOR10
+ b _IVOR10
.align 4
-IVOR11: b _IVOR11
+ b _IVOR11
.align 4
-IVOR12: b _IVOR12
+ b _IVOR12
.align 4
-IVOR13: b _IVOR13
+ b _IVOR13
.align 4
-IVOR14: b _IVOR14
+ b _IVOR14
.align 4
-IVOR15: b _IVOR15
+ b _IVOR15
.section .handlers, "ax"