import gdb-1999-08-23 snapshot
[deliverable/binutils-gdb.git] / gdb / m68k-stub.c
index c2f1d3f89d6729df8bd34919fcd6c8d13e3e8981..a7187eb08a81f020982a992ac665e066ac7fdea0 100644 (file)
@@ -576,8 +576,7 @@ char * buffer;
   
 }
 
-/* send the packet in buffer.  The host get's one chance to read it.  
-   This routine does not wait for a positive acknowledge.  */
+/* send the packet in buffer. */
 
 
 void putpacket(buffer)
@@ -603,7 +602,7 @@ char * buffer;
   putDebugChar(hexchars[checksum >> 4]);
   putDebugChar(hexchars[checksum % 16]);
 
-  } while (1 == 0);  /* (getDebugChar() != '+'); */
+  } while (getDebugChar() != '+');
   
 }
 
This page took 0.022739 seconds and 4 git commands to generate.