diff options
Diffstat (limited to 'sim/frv/sim-if.c')
-rw-r--r-- | sim/frv/sim-if.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sim/frv/sim-if.c b/sim/frv/sim-if.c index 6bf77fd..d4a61b3 100644 --- a/sim/frv/sim-if.c +++ b/sim/frv/sim-if.c @@ -83,9 +83,7 @@ sim_open (kind, callback, abfd, argv) augment the meaning of an option. */ sim_add_option_table (sd, NULL, frv_options); - /* 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); |