Multi-target support
[deliverable/binutils-gdb.git] / gdb / infcall.c
index 26111378c89a1d21738975cf7c05050a86bd8ccb..240644a4eef9cfcc909053c08a6a91dc21adf974 100644 (file)
@@ -649,7 +649,8 @@ run_inferior_call (struct call_thread_fsm *sm,
   if (!was_running
       && call_thread_ptid == inferior_ptid
       && stop_stack_dummy == STOP_STACK_DUMMY)
-    finish_thread_state (user_visible_resume_ptid (0));
+    finish_thread_state (call_thread->inf->process_target (),
+                        user_visible_resume_ptid (0));
 
   enable_watchpoints_after_interactive_call_stop ();
 
This page took 0.024612 seconds and 4 git commands to generate.