mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
* win32-low.c (win32_wait): Don't read from the inferior when it
has already exited.
This commit is contained in:
parent
a385171d78
commit
e7b5fa67ed
@ -1,3 +1,8 @@
|
||||
2007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
|
||||
|
||||
* win32-low.c (win32_wait): Don't read from the inferior when it
|
||||
has already exited.
|
||||
|
||||
2007-12-02 Pedro Alves <pedro_alves@portugalmail.pt>
|
||||
|
||||
* Makefile.in (win32_low_h): New variable.
|
||||
|
@ -1390,9 +1390,6 @@ win32_wait (char *status)
|
||||
our_status.value.integer));
|
||||
|
||||
*status = 'W';
|
||||
|
||||
child_fetch_inferior_registers (-1);
|
||||
|
||||
return our_status.value.integer;
|
||||
case TARGET_WAITKIND_STOPPED:
|
||||
case TARGET_WAITKIND_LOADED:
|
||||
|
Loading…
Reference in New Issue
Block a user