must fallthrough because icVbe is after icVce

This commit is contained in:
dwarning 2020-07-05 17:10:51 +02:00
parent dbd99a33a5
commit b09edc706a
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ HICUMparam(int param, IFvalue *value, GENinstance *instPtr, IFvalue *select)
case 2: //todo
here->HICUMicVC = *(value->v.vec.rVec+1);
here->HICUMicVCGiven = TRUE;
break;
/* fallthrough */
case 1:
here->HICUMicVB = *(value->v.vec.rVec);
here->HICUMicVBGiven = TRUE;