aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_values-debug.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/elab-vhdl_values-debug.adb')
-rw-r--r--src/synth/elab-vhdl_values-debug.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/synth/elab-vhdl_values-debug.adb b/src/synth/elab-vhdl_values-debug.adb
index 84be3123b..aec0b1e20 100644
--- a/src/synth/elab-vhdl_values-debug.adb
+++ b/src/synth/elab-vhdl_values-debug.adb
@@ -261,7 +261,8 @@ package body Elab.Vhdl_Values.Debug is
Put ("discrete: ");
Put_Int64 (Read_Discrete (M));
when Type_Access =>
- Put ("access");
+ Put ("access: ");
+ Put_Uns32 (Uns32 (Read_Access (M)));
when Type_File =>
Put ("file");
when Type_Float =>