diff options
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index c55db1a..8c4176c 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -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) |