aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_debug.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/elab-vhdl_debug.adb')
-rw-r--r--src/synth/elab-vhdl_debug.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/elab-vhdl_debug.adb b/src/synth/elab-vhdl_debug.adb
index 6c86f6e0a..2a8292225 100644
--- a/src/synth/elab-vhdl_debug.adb
+++ b/src/synth/elab-vhdl_debug.adb
@@ -196,6 +196,8 @@ package body Elab.Vhdl_Debug is
when Value_Alias =>
Put ("alias");
Disp_Memtyp (Get_Memtyp (Vt), Vtype);
+ when Value_Dyn_Alias =>
+ Put ("dyn alias");
when Value_Memory =>
Disp_Memtyp (Get_Memtyp (Vt), Vtype);
end case;