Sync config.sub,config.guess with upstream.
[deliverable/binutils-gdb.git] / gdb / remote-sim.c
index 11d36eb6591db3476ff470033f0c4eb86c88c743..62190008fa9435d9c1afcc6c640033ccf8612590 100644 (file)
@@ -554,7 +554,7 @@ gdbsim_kill (struct target_ops *ops)
 
   /* There is no need to `kill' running simulator - the simulator is
      not running.  Mourning it is enough.  */
-  target_mourn_inferior ();
+  target_mourn_inferior (inferior_ptid);
 }
 
 /* Load an executable file into the target process.  This is expected to
This page took 0.025541 seconds and 4 git commands to generate.