diff options
Diffstat (limited to 'bfd/cpu-l1om.c')
-rw-r--r-- | bfd/cpu-l1om.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/cpu-l1om.c b/bfd/cpu-l1om.c index e1db709..c1057c4 100644 --- a/bfd/cpu-l1om.c +++ b/bfd/cpu-l1om.c @@ -41,8 +41,8 @@ static const bfd_arch_info_type bfd_l1om_arch_intel_syntax = const bfd_arch_info_type bfd_l1om_arch = { - 64, /* 32 bits in a word */ - 64, /* 32 bits in an address */ + 64, /* 64 bits in a word */ + 64, /* 64 bits in an address */ 8, /* 8 bits in a byte */ bfd_arch_l1om, bfd_mach_l1om, |