Initial x32 support in gold
[deliverable/binutils-gdb.git] / gdb / m68k-stub.c
index 54e06b13ccb66aa793a8e873e2d51191abe0eeec..4ef4069bc3dfab4ad7b740826c0be597fd064da3 100644 (file)
@@ -553,7 +553,7 @@ getpacket (void)
       count = 0;
 
       /* now, read until a # or end of buffer is found */
-      while (count < BUFMAX)
+      while (count < BUFMAX - 1)
        {
          ch = getDebugChar ();
          if (ch == '$')
This page took 0.023213 seconds and 4 git commands to generate.