remove pop_target
[deliverable/binutils-gdb.git] / gdb / remote-m32r-sdi.c
index 2f910e609aa2d615bacea160203f4a0acab3f37c..81fea53955d5e773926e3cc56580813b19304296 100644 (file)
@@ -886,7 +886,7 @@ m32r_detach (struct target_ops *ops, char *args, int from_tty)
   m32r_resume (ops, inferior_ptid, 0, GDB_SIGNAL_0);
 
   /* Calls m32r_close to do the real work.  */
-  pop_target ();
+  unpush_target (ops);
   if (from_tty)
     fprintf_unfiltered (gdb_stdlog, "Ending remote %s debugging\n",
                        target_shortname);
This page took 0.038289 seconds and 4 git commands to generate.