aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/errorout.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/errorout.adb')
-rw-r--r--src/vhdl/errorout.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/errorout.adb b/src/vhdl/errorout.adb
index 9728fae20..0da1dc166 100644
--- a/src/vhdl/errorout.adb
+++ b/src/vhdl/errorout.adb
@@ -716,6 +716,8 @@ package body Errorout is
when Iir_Kind_If_Generate_Statement
| Iir_Kind_If_Generate_Else_Clause =>
return "if generate statement";
+ when Iir_Kind_Case_Generate_Statement =>
+ return "case generate statement";
when Iir_Kind_Generate_Statement_Body =>
return "generate statement";