diff options
Diffstat (limited to 'bfd/cpu-spu.c')
-rw-r--r-- | bfd/cpu-spu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/cpu-spu.c b/bfd/cpu-spu.c index 45fe4f9..14249b8 100644 --- a/bfd/cpu-spu.c +++ b/bfd/cpu-spu.c @@ -46,7 +46,7 @@ const bfd_arch_info_type bfd_spu_arch[] = "spu", /* architecture name */ "spu:256K", /* printable name */ 3, /* aligned power */ - TRUE, /* the default machine for the architecture */ + TRUE, /* the default machine for the architecture */ spu_compatible, /* the spu is only compatible with itself, see above */ bfd_default_scan, bfd_arch_default_fill, |