VAX: fix CID: 1415593, 1415629 "Missing break in switch"

This commit is contained in:
Sergey Svishchev 2017-03-09 17:24:23 -08:00 committed by Mark Pizzolato
parent b40e63de4e
commit 41dd89f938
2 changed files with 2 additions and 0 deletions

View file

@ -1036,6 +1036,7 @@ else {
case MISC_CLWS:
comm_region[COMM_WRMS] = 0;
break;
case MISC_CLCS:
comm_region[COMM_CLDS] = 0;

View file

@ -463,6 +463,7 @@ switch (rg) {
case MT_MDCTL: /* MDCTL */
val = mdctl & MDCTL_RW;
break;
case MT_EHSR: /* EHSR */
val = ehsr & EHSR_VMSE;