aboutsummaryrefslogtreecommitdiff
path: root/sim/h8300/run.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/h8300/run.c')
-rw-r--r--sim/h8300/run.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sim/h8300/run.c b/sim/h8300/run.c
index 8921ae6..7dc57b7 100644
--- a/sim/h8300/run.c
+++ b/sim/h8300/run.c
@@ -90,10 +90,7 @@ main (ac, av)
}
if (abfd->arch_info->mach == bfd_mach_h8300h
-/* start-sanitize-h8s */
- || abfd->arch_info->mach == bfd_mach_h8300s
-/* end-sanitize-h8s */
- )
+ || abfd->arch_info->mach == bfd_mach_h8300s)
set_h8300h (1);
for (s = abfd->sections; s; s=s->next)