diff options
Diffstat (limited to 'sim/cris/sim-if.c')
-rw-r--r-- | sim/cris/sim-if.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sim/cris/sim-if.c b/sim/cris/sim-if.c index ac4ab45..3b0b546 100644 --- a/sim/cris/sim-if.c +++ b/sim/cris/sim-if.c @@ -680,9 +680,7 @@ sim_open (SIM_OPEN_KIND kind, host_callback *callback, struct bfd *abfd, 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); |