event-loop.c (gdb_wait_for_event): Move statement into if block.

This commit is contained in:
Michael Snyder 2007-08-16 14:51:22 +00:00
parent ea9c645141
commit dc66ab8ae2
2 changed files with 5 additions and 2 deletions

View file

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