summaryrefslogtreecommitdiff
path: root/bfd/cpu-k1om.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/cpu-k1om.c')
-rw-r--r--bfd/cpu-k1om.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/bfd/cpu-k1om.c b/bfd/cpu-k1om.c
index c593c5ecaa4..acde0836f12 100644
--- a/bfd/cpu-k1om.c
+++ b/bfd/cpu-k1om.c
@@ -22,12 +22,11 @@
#include "bfd.h"
#include "libbfd.h"
-extern void * bfd_arch_i386_short_nop_fill (bfd_size_type, bfd_boolean,
- bfd_boolean);
+extern void *bfd_arch_i386_short_nop_fill (bfd_size_type, bool, bool);
-#define N(number, name, print, next) \
- { 64, 64, 8, bfd_arch_k1om, number, name, print, 3, TRUE, \
- bfd_default_compatible, bfd_default_scan, \
+#define N(number, name, print, next) \
+ { 64, 64, 8, bfd_arch_k1om, number, name, print, 3, true, \
+ bfd_default_compatible, bfd_default_scan, \
bfd_arch_i386_short_nop_fill, next, 9 }
static const bfd_arch_info_type bfd_k1om_arch_intel_syntax =