diff options
Diffstat (limited to 'sim/common/sim-options.h')
-rw-r--r-- | sim/common/sim-options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/common/sim-options.h b/sim/common/sim-options.h index 7d20382fd76..8086a37499d 100644 --- a/sim/common/sim-options.h +++ b/sim/common/sim-options.h @@ -135,7 +135,7 @@ SIM_RC sim_add_option_table (SIM_DESC sd, sim_cpu *cpu, const OPTION *table); MODULE_INSTALL_FN standard_install; /* Called by sim_open to parse the arguments. */ -SIM_RC sim_parse_args (SIM_DESC sd, char **argv); +SIM_RC sim_parse_args (SIM_DESC sd, char * const *argv); /* Print help messages for the options. IS_COMMAND is non-zero when this function is called from the command line interpreter. */ |