diff options
Diffstat (limited to 'libgloss/m68k/cf-crt1.c')
-rw-r--r-- | libgloss/m68k/cf-crt1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/m68k/cf-crt1.c b/libgloss/m68k/cf-crt1.c index bfcc32a03..3f37ae90d 100644 --- a/libgloss/m68k/cf-crt1.c +++ b/libgloss/m68k/cf-crt1.c @@ -68,7 +68,7 @@ void __attribute__ ((weak)) hardware_init_hook (void) /* Set the VBR. */ __asm__ __volatile__ ("movec.l %0,%/vbr" :: "r" (__interrupt_vector)); -#if !defined(__mcf_family_5213) && !defined(__mcf_family_51qe) +#if !defined(__mcf_family_5213) && !defined(__mcf_family_51qe) && !defined(__mcf_family_51) /* Flush & enable the caches */ #define CACR_CINV (1 << 24) #define CACR_CENB (1 << 31) |