aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/vhdl/vhdl-sem.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-sem.adb b/src/vhdl/vhdl-sem.adb
index 1389cebb1..4273e447a 100644
--- a/src/vhdl/vhdl-sem.adb
+++ b/src/vhdl/vhdl-sem.adb
@@ -1074,6 +1074,7 @@ package body Vhdl.Sem is
then
Error_Msg_Sem
(+Block_Conf, "corresponding component not fully bound");
+ return;
end if;
Block_Spec := Get_Block_Specification (Block_Conf);