mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-01 22:34:22 +08:00
event-loop.c (gdb_wait_for_event): Move statement into if block.
This commit is contained in:
parent
ea9c645141
commit
dc66ab8ae2
@ -1,3 +1,7 @@
|
||||
2007-08-16 Michael Snyder <msnyder@access-company.com>
|
||||
|
||||
* event-loop.c (gdb_wait_for_event): Move statement into "if" block.
|
||||
|
||||
2007-08-15 Paul Hilfinger <hilfinger@adacore.com>
|
||||
Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
|
@ -825,10 +825,9 @@ gdb_wait_for_event (void)
|
||||
file_event_ptr = create_file_event (file_ptr->fd);
|
||||
async_queue_event (file_event_ptr, TAIL);
|
||||
}
|
||||
}
|
||||
|
||||
file_ptr->ready_mask = (gdb_notifier.poll_fds + i)->revents;
|
||||
}
|
||||
}
|
||||
#else
|
||||
internal_error (__FILE__, __LINE__,
|
||||
_("use_poll without HAVE_POLL"));
|
||||
|
Loading…
Reference in New Issue
Block a user