aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/sem.adb')
-rw-r--r--src/vhdl/sem.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/sem.adb b/src/vhdl/sem.adb
index 08c3a7a8b..66e81d135 100644
--- a/src/vhdl/sem.adb
+++ b/src/vhdl/sem.adb
@@ -431,7 +431,8 @@ package body Sem is
when Iir_Kind_Association_Element_Open
| Iir_Kind_Association_Element_By_Individual
| Iir_Kind_Association_Element_Package
- | Iir_Kind_Association_Element_Type =>
+ | Iir_Kind_Association_Element_Type
+ | Iir_Kind_Association_Element_Subprogram =>
null;
when others =>
Error_Kind ("sem_generic_association_chain(1)", El);