aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-sim.c
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2014-07-25 17:34:05 +0100
committerPedro Alves <palves@redhat.com>2014-07-25 17:34:05 +0100
commit88056fbbf4fc603517ce2e09c0ee4398ab354836 (patch)
treeafbb6b33136057328a301953a4b98c9365aac5b7 /gdb/remote-sim.c
parent705096250d59d9aaf3855a350edd2f3946777dd4 (diff)
downloadgdb-88056fbbf4fc603517ce2e09c0ee4398ab354836.zip
gdb-88056fbbf4fc603517ce2e09c0ee4398ab354836.tar.gz
gdb-88056fbbf4fc603517ce2e09c0ee4398ab354836.tar.bz2
fix build: update clear_proceed_status callers
A previous patch added a new parameter to clear_proceed_status, but forgot to update a few callers. Tested by building on x86_64 Fedora 20, with --enable-targets=all. gdb/ 2014-07-25 Pedro Alves <palves@redhat.com> * go32-nat.c (go32_create_inferior): Pass 0 to clear_proceed_status. * monitor.c (monitor_create_inferior): Likewise. * remote-m32r-sdi.c (m32r_create_inferior): Likewise. * remote-sim.c (gdbsim_create_inferior): Likewise. * solib-irix.c (irix_solib_create_inferior_hook): Likewise. * solib-osf.c (osf_solib_create_inferior_hook): Likewise. * windows-nat.c (do_initial_windows_stuff): Likewise.
Diffstat (limited to 'gdb/remote-sim.c')
-rw-r--r--gdb/remote-sim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c
index 4097372..3acc9da 100644
--- a/gdb/remote-sim.c
+++ b/gdb/remote-sim.c
@@ -658,7 +658,7 @@ gdbsim_create_inferior (struct target_ops *target, char *exec_file, char *args,
insert_breakpoints (); /* Needed to get correct instruction
in cache. */
- clear_proceed_status ();
+ clear_proceed_status (0);
}
/* The open routine takes the rest of the parameters from the command,