summaryrefslogtreecommitdiff
path: root/firmware/crt0.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/crt0.S')
-rw-r--r--firmware/crt0.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/crt0.S b/firmware/crt0.S
index 8928890eeb..9622493683 100644
--- a/firmware/crt0.S
+++ b/firmware/crt0.S
@@ -282,8 +282,8 @@ irq_handler:
282.dataloopend: 282.dataloopend:
283 283
284 /* Munge the main stack */ 284 /* Munge the main stack */
285 lea _stackbegin,%a2 285 lea stackbegin,%a2
286 lea _stackend,%a4 286 lea stackend,%a4
287 move.l #0xdeadbeef,%d0 287 move.l #0xdeadbeef,%d0
288.mungeloop: 288.mungeloop:
289 cmp.l %a2,%a4 289 cmp.l %a2,%a4
@@ -299,7 +299,7 @@ irq_handler:
299 299
300 .section .resetvectors 300 .section .resetvectors
301vectors: 301vectors:
302 .long _stackend 302 .long stackend
303 .long start 303 .long start
304#else 304#else
305 /* Platform: Archos Jukebox 305 /* Platform: Archos Jukebox