diff options
Diffstat (limited to 'bfd/cpu-h8300.c')
-rw-r--r-- | bfd/cpu-h8300.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/cpu-h8300.c b/bfd/cpu-h8300.c index e667a03..5f33856 100644 --- a/bfd/cpu-h8300.c +++ b/bfd/cpu-h8300.c @@ -83,7 +83,7 @@ h8300_scan (const struct bfd_arch_info *info, const char *string) return (info->mach == bfd_mach_h8300sx); } - + return (info->mach == bfd_mach_h8300s); } else |