summaryrefslogtreecommitdiffstats
path: root/cpu/mcf523x/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/mcf523x/start.S')
-rw-r--r--cpu/mcf523x/start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mcf523x/start.S b/cpu/mcf523x/start.S
index ad04c0984a..2b638dfef2 100644
--- a/cpu/mcf523x/start.S
+++ b/cpu/mcf523x/start.S
@@ -49,7 +49,7 @@
_vectors:
INITSP: .long 0x00000000 /* Initial SP */
-INITPC: .long _START /* Initial PC */
+INITPC: .long _START /* Initial PC */
vector02: .long _FAULT /* Access Error */
vector03: .long _FAULT /* Address Error */
vector04: .long _FAULT /* Illegal Instruction */
OpenPOWER on IntegriCloud