aboutsummaryrefslogtreecommitdiffstats
path: root/sem.adb
diff options
context:
space:
mode:
Diffstat (limited to 'sem.adb')
-rw-r--r--sem.adb5
1 files changed, 5 insertions, 0 deletions
diff --git a/sem.adb b/sem.adb
index 588d4e4bb..b4c1a144b 100644
--- a/sem.adb
+++ b/sem.adb
@@ -2150,6 +2150,11 @@ package body Sem is
null;
when Iir_Kind_Protected_Type_Body =>
null;
+ when Iir_Kind_Nature_Declaration
+ | Iir_Kind_Subnature_Declaration =>
+ null;
+ when Iir_Kind_Terminal_Declaration =>
+ null;
when others =>
Error_Kind ("package_need_body_p", El);
end case;