aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/vhdl/sem_inst.adb4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vhdl/sem_inst.adb b/src/vhdl/sem_inst.adb
index b4673efeb..8884ae7c5 100644
--- a/src/vhdl/sem_inst.adb
+++ b/src/vhdl/sem_inst.adb
@@ -468,6 +468,10 @@ package body Sem_Inst is
Set_Index_Subtype_List (Res, List);
end;
+ when Field_Simple_Aggregate_List =>
+ Set_Simple_Aggregate_List
+ (Res, Get_Simple_Aggregate_List (N));
+
when Field_Subprogram_Body =>
-- This is a forward reference. Not yet solved.
Set_Subprogram_Body (Res, Null_Iir);