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:
parent
f4e0d9f40b
commit
9eee20eb54
@ -1,3 +1,8 @@
|
||||
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.
|
||||
|
||||
2016-09-23 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* utils.h (make_cleanup_dyn_string_delete): Remove declaration.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user