* remote-hms.c (hms_wait): use -1 for timeout's which means block
[deliverable/binutils-gdb.git] / gdb / remote-hms.c
index 126babc5f1daf0b84a79bc2ce2dd2a51a1dab04c..562f88329d3a628e87f5d27a2547a4c3be63bd0d 100644 (file)
@@ -702,7 +702,7 @@ hms_wait (status)
       return 0;
     }
 
-  timeout = 99999;             /* Don't time out -- user program is running. */
+  timeout = -1;                /* Don't time out -- user program is running. */
   immediate_quit = 1;          /* Helps ability to QUIT */
   while (1)
     {
This page took 0.023702 seconds and 4 git commands to generate.