* i386-nat.c (i386_length_and_rw_bits): Document that case
statement is meant to fall through.
2011-02-26 Michael Snyder <msnyder@vmware.com>
+ * i386-nat.c (i386_length_and_rw_bits): Document that case
+ statement is meant to fall through.
+
* expprint.c (dump_subexp_body_standard): Document that case
statement is meant to fall through.
case 8:
if (TARGET_HAS_DR_LEN_8)
return (DR_LEN_8 | rw);
+ /* ELSE FALL THROUGH */
default:
internal_error (__FILE__, __LINE__, _("\
Invalid hardware breakpoint length %d in i386_length_and_rw_bits.\n"), len);