event-loop.c (gdb_wait_for_event): Move statement into if block.
This commit is contained in:
parent
ea9c645141
commit
dc66ab8ae2
2 changed files with 5 additions and 2 deletions
|
@ -825,9 +825,8 @@ 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;
|
||||
}
|
||||
|
||||
file_ptr->ready_mask = (gdb_notifier.poll_fds + i)->revents;
|
||||
}
|
||||
#else
|
||||
internal_error (__FILE__, __LINE__,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue