diff options
Diffstat (limited to 'include/gdb/remote-sim.h')
-rw-r--r-- | include/gdb/remote-sim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gdb/remote-sim.h b/include/gdb/remote-sim.h index 985b2cd..b8b2406 100644 --- a/include/gdb/remote-sim.h +++ b/include/gdb/remote-sim.h @@ -140,7 +140,7 @@ void sim_close (SIM_DESC sd, int quitting); Such manipulation should probably (?) occure in sim_create_inferior. */ -SIM_RC sim_load (SIM_DESC sd, char *prog, struct bfd *abfd, int from_tty); +SIM_RC sim_load (SIM_DESC sd, const char *prog, struct bfd *abfd, int from_tty); /* Prepare to run the simulated program. |