diff options
Diffstat (limited to 'src/synth/synth-vhdl_oper.adb')
-rw-r--r-- | src/synth/synth-vhdl_oper.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-vhdl_oper.adb b/src/synth/synth-vhdl_oper.adb index 5d5d9cb5c..22ef709aa 100644 --- a/src/synth/synth-vhdl_oper.adb +++ b/src/synth/synth-vhdl_oper.adb @@ -2209,7 +2209,7 @@ package body Synth.Vhdl_Oper is Subprg_Inst := Make_Instance (Syn_Inst, Imp); Synth_Subprogram_Associations - (Subprg_Inst, Syn_Inst, Inter_Chain, Assoc_Chain); + (Subprg_Inst, Syn_Inst, Inter_Chain, Assoc_Chain, Expr); if Is_Error (Subprg_Inst) then Res := No_Valtyp; |