diff options
Diffstat (limited to 'gdb/remote-sim.c')
-rw-r--r-- | gdb/remote-sim.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index 1855f39..65da8f7 100644 --- a/gdb/remote-sim.c +++ b/gdb/remote-sim.c @@ -72,7 +72,7 @@ static void gdb_os_error (host_callback *, const char *, ...) static void gdbsim_kill (struct target_ops *); -static void gdbsim_load (char *prog, int fromtty); +static void gdbsim_load (struct target_ops *self, char *prog, int fromtty); static void gdbsim_open (char *args, int from_tty); @@ -561,7 +561,7 @@ gdbsim_kill (struct target_ops *ops) GDB's symbol tables to match. */ static void -gdbsim_load (char *args, int fromtty) +gdbsim_load (struct target_ops *self, char *args, int fromtty) { char **argv; char *prog; |