diff options
Diffstat (limited to 'bfd/cpu-fr30.c')
-rw-r--r-- | bfd/cpu-fr30.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/cpu-fr30.c b/bfd/cpu-fr30.c index 8444715..f0c57a8 100644 --- a/bfd/cpu-fr30.c +++ b/bfd/cpu-fr30.c @@ -32,7 +32,7 @@ const bfd_arch_info_type bfd_fr30_arch = "fr30", /* Architecture name. */ "fr30", /* Printable name. */ 4, /* Section align power. */ - TRUE, /* The default ? */ + true, /* The default ? */ bfd_default_compatible, /* Architecture comparison fn. */ bfd_default_scan, /* String to architecture convert fn. */ bfd_arch_default_fill, /* Default fill. */ |