* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / gdb / remote-nindy.c
index 1ced9cc969934e3cfd51f6fa539e8e8204136656..3cdaf0c147316020153b8c4b8f4a62619a088659 100644 (file)
@@ -366,7 +366,7 @@ nindy_wait( pid, status )
            }
          else if (c == 0x1b) /* ESC */
            {
-             c = SERIAL_READCHAR (nindy_serial, 1);
+             c = SERIAL_READCHAR (nindy_serial, -1);
              c &= ~0x40;
            } 
          else if (c != 0x10) /* DLE */
This page took 0.023172 seconds and 4 git commands to generate.