aboutsummaryrefslogtreecommitdiffstats
path: root/src/simul/simul-vhdl_simul.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/simul/simul-vhdl_simul.adb')
-rw-r--r--src/simul/simul-vhdl_simul.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/simul/simul-vhdl_simul.adb b/src/simul/simul-vhdl_simul.adb
index 14f50fad7..7d1a4312a 100644
--- a/src/simul/simul-vhdl_simul.adb
+++ b/src/simul/simul-vhdl_simul.adb
@@ -2715,7 +2715,8 @@ package body Simul.Vhdl_Simul is
end loop;
-- Call resolution function
- Res := Exec_Resolution_Call (R.Inst, R.Func, Create_Value_Memtyp (Arr));
+ Res := Exec_Resolution_Call
+ (R.Inst, R.Func, Null_Node, Create_Value_Memtyp (Arr));
-- Set driving value.
Exec_Write_Signal (R.Sig, (Res.Typ, Res.Val.Mem),