aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-errors.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-errors.adb')
-rw-r--r--src/vhdl/vhdl-errors.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/vhdl-errors.adb b/src/vhdl/vhdl-errors.adb
index 78ac59779..c2bb046bd 100644
--- a/src/vhdl/vhdl-errors.adb
+++ b/src/vhdl/vhdl-errors.adb
@@ -485,9 +485,9 @@ package body Vhdl.Errors is
return Disp_Identifier (Node, "non-object alias");
when Iir_Kind_Guard_Signal_Declaration =>
return "GUARD signal";
- when Iir_Kind_Signal_Attribute_Declaration =>
+ when Iir_Kind_Attribute_Implicit_Declaration =>
-- Should not appear.
- return "signal attribute";
+ return "implicit declaration";
when Iir_Kind_Suspend_State_Declaration =>
-- Should not appear.
return "suspend state variable";