diff options
Diffstat (limited to 'libgloss/m68k/crt0.S')
-rw-r--r-- | libgloss/m68k/crt0.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/m68k/crt0.S b/libgloss/m68k/crt0.S index 321b97f03..1aa0dd6bb 100644 --- a/libgloss/m68k/crt0.S +++ b/libgloss/m68k/crt0.S @@ -84,7 +84,7 @@ SYM (start): subql IMM(1), d0 2: clrb (a0)+ -#if !defined(__mcoldfire__) && !defined(__mcf5200__) +#if !defined(__mcoldfire__) dbra d0, 2b clrw d0 subql IMM(1), d0 |