forked from Imagelibrary/binutils-gdb
* remote-hms.c (hms_wait): use -1 for timeout's which means block
forever rather than 99999.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user