NEWS: Mention new sim --map-info flag.
[deliverable/binutils-gdb.git] / gdb / ser-base.c
index 6d4544130d5abf2105449bd10179ae8fa7d3c38b..c17a38903026867d96199f34a465934ce7aec6e3 100644 (file)
@@ -69,6 +69,7 @@ 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.023254 seconds and 4 git commands to generate.