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.
This commit is contained in:
Michael Snyder 2011-02-26 22:04:51 +00:00
parent cb969d6141
commit 8fbf6b9321
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,8 @@
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.

View File

@ -297,6 +297,7 @@ Invalid hardware breakpoint type %d in i386_length_and_rw_bits.\n"),
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);