2011-03-04 Michael Snyder <msnyder@vmware.com>
* remote.c (putpkt_binary): Document that case stmt falls through.
This commit is contained in:
parent
1a6a67de74
commit
a17d146e2e
2 changed files with 5 additions and 0 deletions
|
@ -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...
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue