2011-02-27 Michael Snyder <msnyder@vmware.com>

* i386-low.c (i386-length_and_rw_bits): Comment the fact that
	a case statement falls through.
This commit is contained in:
Michael Snyder 2011-02-27 21:33:10 +00:00
parent 7d48863994
commit 2a589cef79
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2011-02-27 Michael Snyder <msnyder@vmware.com>
* i386-low.c (i386-length_and_rw_bits): Comment the fact that
a case statement falls through.
* linux-low.c (linux_xfer_siginfo): Fix fencepost error.
* linux-amd64-ipa.c (gdb_agent_get_raw_reg): Fix fencepost error

View file

@ -243,6 +243,7 @@ Invalid hardware breakpoint type %d in i386_length_and_rw_bits.\n",
return (DR_LEN_2 | rw);
case 4:
return (DR_LEN_4 | rw);
/* ELSE FALL THROUGH */
case 8:
if (TARGET_HAS_DR_LEN_8)
return (DR_LEN_8 | rw);