aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
Diffstat (limited to 'sim')
-rw-r--r--sim/h8300/run.c13
1 files changed, 4 insertions, 9 deletions
diff --git a/sim/h8300/run.c b/sim/h8300/run.c
index 669c83f..44064d8 100644
--- a/sim/h8300/run.c
+++ b/sim/h8300/run.c
@@ -49,16 +49,12 @@ main (ac, av)
}
else
+ name = av[i];
+ }
- if (verbose)
-
- {
-
- name = av[i];
-
- printf ("run %s\n", name);
+ if (verbose)
+ printf ("run %s\n", name);
- }
abfd = bfd_openr (name, "coff-h8300");
if (abfd)
{
@@ -82,7 +78,6 @@ main (ac, av)
}
}
- }
return 1;
}