diff options
-rw-r--r-- | sem_decls.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sem_decls.adb b/sem_decls.adb index 02ca659..09042c4 100644 --- a/sem_decls.adb +++ b/sem_decls.adb @@ -2011,7 +2011,8 @@ package body Sem_Decls is when Iir_Kinds_Object_Declaration => raise Internal_Error; when Iir_Kind_Subtype_Declaration - | Iir_Kind_Attribute_Declaration => + | Iir_Kind_Attribute_Declaration + | Iir_Kind_Component_Declaration => null; when Iir_Kind_Terminal_Declaration => null; |