* i386-low.c (i386-length_and_rw_bits): Comment the fact that
a case statement falls through.
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
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);