diff options
Diffstat (limited to 'bfd/cpu-tic6x.c')
-rw-r--r-- | bfd/cpu-tic6x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/cpu-tic6x.c b/bfd/cpu-tic6x.c index 8bce3bf..4440a3f 100644 --- a/bfd/cpu-tic6x.c +++ b/bfd/cpu-tic6x.c @@ -32,7 +32,7 @@ const bfd_arch_info_type bfd_tic6x_arch = "tic6x", /* Architecture name. */ "tic6x", /* Printable name. */ 2, /* Section alignment power. */ - TRUE, /* Default machine for this architecture. */ + true, /* Default machine for this architecture. */ bfd_default_compatible, bfd_default_scan, bfd_arch_default_fill, |