aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_inst.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-sem_inst.adb')
-rw-r--r--src/vhdl/vhdl-sem_inst.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-sem_inst.adb b/src/vhdl/vhdl-sem_inst.adb
index c2594747b..b5a390a49 100644
--- a/src/vhdl/vhdl-sem_inst.adb
+++ b/src/vhdl/vhdl-sem_inst.adb
@@ -1059,6 +1059,8 @@ package body Vhdl.Sem_Inst is
Set_Associated_Subprogram (Assoc_Formal, Actual_Subprg);
end;
end if;
+ when Iir_Kind_Error =>
+ null;
when others =>
Error_Kind ("instantiate_generic_map", Assoc);
end case;