summaryrefslogtreecommitdiff
path: root/firmware/crt0.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/crt0.S')
-rw-r--r--firmware/crt0.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/crt0.S b/firmware/crt0.S
index 985fba9246..b0e85875bb 100644
--- a/firmware/crt0.S
+++ b/firmware/crt0.S
@@ -452,7 +452,7 @@ irq_handler:
452 pop r1, r0 452 pop r1, r0
453 ret_irq 453 ret_irq
454 454
455#elif defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES) 455#elif defined(CPU_COLDFIRE)
456 move.w #0x2700,%sr 456 move.w #0x2700,%sr
457 457
458 move.l #vectors,%d0 458 move.l #vectors,%d0