]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Fix fall-through comment in windows-nat.c
authorTom Tromey <tom@tromey.com>
Tue, 29 May 2018 03:26:50 +0000 (21:26 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 29 May 2018 20:41:29 +0000 (14:41 -0600)
commite7ec8713ec12a633fcdfc5524c9ee050389b6f9d
treec80ce8dd332a6bc7dfdc09175feb78c693d7cba7
parentbcb430e4cd5bcd913813236536031f1fc7f72aee
Fix fall-through comment in windows-nat.c

Now that the mingw builder in the buildbot is working again, it
pointed out a build failure due to a missing fall-through comment in
windows-nat.c.  This patch fixes the problem.

Tested by first triggering the failure with a local mingw build, then
by rebuilding successfully with the patch.

I'm checking this in as obvious.

gdb/ChangeLog
2018-05-29  Tom Tromey  <tom@tromey.com>

* windows-nat.c (handle_exception): Update fall-through comment.
gdb/ChangeLog
gdb/windows-nat.c