aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/synth/synth-decls.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/synth-decls.adb b/src/synth/synth-decls.adb
index a4668cf70..34d0c7406 100644
--- a/src/synth/synth-decls.adb
+++ b/src/synth/synth-decls.adb
@@ -311,6 +311,8 @@ package body Synth.Decls is
when Iir_Kind_Procedure_Body
| Iir_Kind_Function_Body =>
null;
+ when Iir_Kind_Non_Object_Alias_Declaration =>
+ null;
when Iir_Kind_Attribute_Declaration =>
-- Nothing to do: the type is a type_mark, not a subtype
-- indication.