aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_stmts.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-sem_stmts.adb')
-rw-r--r--src/vhdl/vhdl-sem_stmts.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-sem_stmts.adb b/src/vhdl/vhdl-sem_stmts.adb
index 771a09c3a..8c16b6cea 100644
--- a/src/vhdl/vhdl-sem_stmts.adb
+++ b/src/vhdl/vhdl-sem_stmts.adb
@@ -1880,7 +1880,7 @@ package body Vhdl.Sem_Stmts is
-- Needs a denoting name
if Get_Kind (Inst) not in Iir_Kinds_Denoting_Name then
- Error_Msg_Sem (+Inst, "name for a component expected");
+ -- Error message already issued during parse.
return Null_Iir;
end if;