]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/remote-e7000.c
* dcache.c (dcache_info): Output a cache line's state vector so it
[thirdparty/binutils-gdb.git] / gdb / remote-e7000.c
index 35ce227e44ecb75aa831f19d9ca283214d6019bd..ae89e829d2ee00b61bc09197668a3b075af35e1d 100644 (file)
@@ -569,7 +569,7 @@ e7000_start_remote (void *dummy)
   int try;
   int quit_trying;
 
-  immediate_quit = 1;          /* Allow user to interrupt it */
+  immediate_quit++;            /* Allow user to interrupt it */
 
   /* Hello?  Are you there?  */
   sync = 0;
@@ -635,7 +635,7 @@ e7000_start_remote (void *dummy)
   puts_e7000debug ("b -\r");   /* Clear breakpoints */
   expect_prompt ();
 
-  immediate_quit = 0;
+  immediate_quit--;
 
 /* This is really the job of start_remote however, that makes an assumption
    that the target is about to print out a status message of some sort.  That