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:
parent
cb969d6141
commit
8fbf6b9321
2 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue