aboutsummaryrefslogtreecommitdiff
path: root/sim/sh64/sim-if.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/sh64/sim-if.c')
-rw-r--r--sim/sh64/sim-if.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sim/sh64/sim-if.c b/sim/sh64/sim-if.c
index ba8feb8..907ee06 100644
--- a/sim/sh64/sim-if.c
+++ b/sim/sh64/sim-if.c
@@ -79,9 +79,7 @@ sim_open (kind, callback, abfd, argv)
return 0;
}
- /* getopt will print the error message so we just have to exit if this fails.
- FIXME: Hmmm... in the case of gdb we need getopt to call
- print_filtered. */
+ /* The parser will print an error message for us, so we silently return. */
if (sim_parse_args (sd, argv) != SIM_RC_OK)
{
free_state (sd);