diff options
Diffstat (limited to 'gdb/remote-mips.c')
-rw-r--r-- | gdb/remote-mips.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index ea78e8b..24f9378 100644 --- a/gdb/remote-mips.c +++ b/gdb/remote-mips.c @@ -114,8 +114,6 @@ static int mips_xfer_memory (CORE_ADDR memaddr, char *myaddr, int len, static void mips_files_info (struct target_ops *ignore); -static void mips_create_inferior (char *execfile, char *args, char **env); - static void mips_mourn_inferior (void); static int pmon_makeb64 (unsigned long v, char *p, int n, int *chksum); @@ -2178,7 +2176,7 @@ Give up (and stop debugging it)? ")) /* Start running on the target board. */ static void -mips_create_inferior (char *execfile, char *args, char **env) +mips_create_inferior (char *execfile, char *args, char **env, int from_tty) { CORE_ADDR entry_pt; |