must fallthrough because icVbe is after icVce
This commit is contained in:
parent
dbd99a33a5
commit
b09edc706a
|
|
@ -83,7 +83,7 @@ HICUMparam(int param, IFvalue *value, GENinstance *instPtr, IFvalue *select)
|
||||||
case 2: //todo
|
case 2: //todo
|
||||||
here->HICUMicVC = *(value->v.vec.rVec+1);
|
here->HICUMicVC = *(value->v.vec.rVec+1);
|
||||||
here->HICUMicVCGiven = TRUE;
|
here->HICUMicVCGiven = TRUE;
|
||||||
break;
|
/* fallthrough */
|
||||||
case 1:
|
case 1:
|
||||||
here->HICUMicVB = *(value->v.vec.rVec);
|
here->HICUMicVB = *(value->v.vec.rVec);
|
||||||
here->HICUMicVBGiven = TRUE;
|
here->HICUMicVBGiven = TRUE;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue