NEWS: Mention new sim --map-info flag.
[deliverable/binutils-gdb.git] / gdb / ser-base.c
index 6285342e7c2cd84a6b8efe4ecdcda76af5454d37..c17a38903026867d96199f34a465934ce7aec6e3 100644 (file)
@@ -63,12 +63,13 @@ enum {
    the need to make redundant calls into the event-loop - the next
    scheduled task is only changed when needed. */
 
-void
+static void
 reschedule (struct serial *scb)
 {
   if (serial_is_async_p (scb))
     {
       int next_state;
+
       switch (scb->async_state)
        {
        case FD_SCHEDULED:
@@ -170,6 +171,7 @@ static void
 push_event (void *context)
 {
   struct serial *scb = context;
+
   scb->async_state = NOTHING_SCHEDULED; /* Timers are one-off */
   scb->async_handler (scb, scb->async_context);
   /* re-schedule */
This page took 0.023671 seconds and 4 git commands to generate.