diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/synth/synth-decls.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/synth-decls.adb b/src/synth/synth-decls.adb index 521423e92..b19f40161 100644 --- a/src/synth/synth-decls.adb +++ b/src/synth/synth-decls.adb @@ -101,6 +101,8 @@ package body Synth.Decls is null; when Iir_Kind_Attribute_Declaration => null; + when Iir_Kind_Attribute_Specification => + null; when others => Error_Kind ("synth_declaration", Decl); end case; |