forked from Imagelibrary/binutils-gdb
Fix a use of target_mourn_inferior in windows-nat.c
One use of target_mourn_interior seems to have been missed in bc1e6c81
gdb/ChangeLog:
2016-09-23 Jon Turney <jon.turney@dronecode.org.uk>
* windows-nat.c (windows_delete_thread): Adjusting call to
target_mourn_inferior to include ptid_t argument.
This commit is contained in:
@@ -2464,7 +2464,7 @@ windows_kill_inferior (struct target_ops *ops)
|
||||
break;
|
||||
}
|
||||
|
||||
target_mourn_inferior (); /* Or just windows_mourn_inferior? */
|
||||
target_mourn_inferior (inferior_ptid); /* Or just windows_mourn_inferior? */
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user