diff options
Diffstat (limited to 'bfd/cpu-frv.c')
-rw-r--r-- | bfd/cpu-frv.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/cpu-frv.c b/bfd/cpu-frv.c index f3d5945..28d1ecb 100644 --- a/bfd/cpu-frv.c +++ b/bfd/cpu-frv.c @@ -24,9 +24,9 @@ #define FRV_ARCH(MACHINE, NAME, DEFAULT, NEXT) \ { \ - 32, /* 32 bits in a word */ \ - 32, /* 32 bits in an address */ \ - 8, /* 8 bits in a byte */ \ + 32, /* 32 bits in a word */ \ + 32, /* 32 bits in an address */ \ + 8, /* 8 bits in a byte */ \ bfd_arch_frv, /* architecture */ \ MACHINE, /* which machine */ \ "frv", /* architecture name */ \ |