diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/synth/synth-stmts.adb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/synth/synth-stmts.adb b/src/synth/synth-stmts.adb index 48be812bd..985dd69db 100644 --- a/src/synth/synth-stmts.adb +++ b/src/synth/synth-stmts.adb @@ -1106,7 +1106,7 @@ package body Synth.Stmts is     begin        Targ_Type := Get_Value_Type (Syn_Inst, Get_Type (Targ));        --  Create a net for the expression. -      Sel := Synth_Expression (Syn_Inst, Expr); +      Sel := Synth_Expression_With_Basetype (Syn_Inst, Expr);        --  Count choices and alternatives.        Count_Choices (Case_Info, Choices); | 
