diff --git a/src/machdep/m68k.h b/src/machdep/m68k.h index df64bb9b..127ecd71 100644 --- a/src/machdep/m68k.h +++ b/src/machdep/m68k.h @@ -124,7 +124,7 @@ STATIC_INLINE int cctrue (int cc) #endif /* REGS_DEFINED */ -#elif defined(CPU_arm) +#elif defined(CPU_arm) && (defined(ARMV6_ASSEMBLY) || defined(CPU_AARCH64)) #ifndef REGS_DEFINED