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:
Jon Turney 2016-09-23 14:07:55 +01:00
parent f4e0d9f40b
commit 9eee20eb54
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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