2011-03-04 Michael Snyder <msnyder@vmware.com>

* remote.c (putpkt_binary): Document that case stmt falls through.
This commit is contained in:
Michael Snyder 2011-03-04 20:02:50 +00:00
parent 1a6a67de74
commit a17d146e2e
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-03-04 Michael Snyder <msnyder@vmware.com>
* remote.c (putpkt_binary): Document that case stmt falls through.
2011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
* breakpointc (print_it_typical): Move NULL check from here...

View File

@ -6848,6 +6848,7 @@ putpkt_binary (char *buf, int cnt)
case '-':
if (remote_debug)
fprintf_unfiltered (gdb_stdlog, "Nak\n");
/* FALLTHROUGH */
case SERIAL_TIMEOUT:
tcount++;
if (tcount > 3)