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.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simul/simul-vhdl_simul.adb b/src/simul/simul-vhdl_simul.adb
index 2f3c2ef87..ebfdc17c8 100644
--- a/src/simul/simul-vhdl_simul.adb
+++ b/src/simul/simul-vhdl_simul.adb
@@ -2216,7 +2216,7 @@ package body Simul.Vhdl_Simul is
Create_Signal (Val + Size_Type (I - 1) * Typ.Arr_El.Sz,
Sig_Off + (Len - I) * Typ.Arr_El.W,
El_Type, Typ.Arr_El,
- Vec, Already_Resolved);
+ Vec, Sub_Resolved);
end loop;
end;
when Type_Record =>