Fix argument type on gdbsim_detach prototype.

2013-11-11  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>

	* remote-sim.c (gdbsim_detach): Fix prototype.
This commit is contained in:
Edjunior Barbosa Machado 2013-11-11 07:00:14 -06:00
parent 3b570dee4f
commit 7a06d43074
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-11-11 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
* remote-sim.c (gdbsim_detach): Fix prototype.
2013-11-08 Doug Evans <dje@google.com>
* dwarf2read.c (dwarf2_read_debug): Change to unsigned int.

View File

@ -78,7 +78,7 @@ static void gdbsim_open (char *args, int from_tty);
static void gdbsim_close (void);
static void gdbsim_detach (struct target_ops *ops, char *args, int from_tty);
static void gdbsim_detach (struct target_ops *ops, const char *args, int from_tty);
static void gdbsim_prepare_to_store (struct regcache *regcache);