aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-mips.c
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-04-28 15:33:20 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-04-28 15:33:20 +0000
commit71607f9d62c125cdd1770ff7f8f07024bfa94410 (patch)
treefbdff93585765f04464e3214f58d16fe8842a76c /gdb/remote-mips.c
parente82980e4ec5a5d241020d0908d537b6580501e30 (diff)
downloadfsf-binutils-gdb-71607f9d62c125cdd1770ff7f8f07024bfa94410.zip
fsf-binutils-gdb-71607f9d62c125cdd1770ff7f8f07024bfa94410.tar.gz
fsf-binutils-gdb-71607f9d62c125cdd1770ff7f8f07024bfa94410.tar.bz2
* Remote targets (mourn): Call unpush_target.
Diffstat (limited to 'gdb/remote-mips.c')
-rw-r--r--gdb/remote-mips.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c
index 5407506..5c58d24 100644
--- a/gdb/remote-mips.c
+++ b/gdb/remote-mips.c
@@ -1330,6 +1330,7 @@ mips_create_inferior (execfile, args, env)
static void
mips_mourn_inferior ()
{
+ unpush_target (&mips_ops);
generic_mourn_inferior ();
}