Sun Aug 1 22:58:18 1993 Stu Grossman (grossman at cygnus.com)
[deliverable/binutils-gdb.git] / gdb / remote-z8k.c
index 744bc46b79b5cf627551b1babb19ec5d35fe8706..f93a2310bed1be5fffa7aff2bb9ed093f02387fe 100644 (file)
@@ -305,11 +305,13 @@ static void
 sim_mourn ()
 {
   sim_clear_breakpoints ();
+  unpush_target (&sim_ops);
   generic_mourn_inferior ();
 }
 
 static void 
-rem_resume (a, b)
+rem_resume (pid, a, b)
+     int pid;
      int a;
      int b;
 {
This page took 0.026086 seconds and 4 git commands to generate.