diff options
Diffstat (limited to 'gas/config/tc-z8k.h')
-rw-r--r-- | gas/config/tc-z8k.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-z8k.h b/gas/config/tc-z8k.h index c28d736..130c01c 100644 --- a/gas/config/tc-z8k.h +++ b/gas/config/tc-z8k.h @@ -33,7 +33,7 @@ struct internal_reloc; #endif /* This macro translates between an internal fix and an coff reloc type */ -#define TC_COFF_FIX2RTYPE(fixP) abort(); +#define TC_COFF_FIX2RTYPE(fixP) abort (); #define BFD_ARCH bfd_arch_z8k #define COFF_MAGIC 0x8000 |