diff options
Diffstat (limited to 'gdb/remote-sim.c')
-rw-r--r-- | gdb/remote-sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index d6efa75..a684d32 100644 --- a/gdb/remote-sim.c +++ b/gdb/remote-sim.c @@ -1179,7 +1179,7 @@ gdbsim_mourn_inferior (struct target_ops *target) simulator must do any command interpretation work. */ void -simulator_command (char *args, int from_tty) +simulator_command (const char *args, int from_tty) { struct sim_inferior_data *sim_data; |