diff options
Diffstat (limited to 'src/synth/elab-vhdl_context-debug.adb')
-rw-r--r-- | src/synth/elab-vhdl_context-debug.adb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synth/elab-vhdl_context-debug.adb b/src/synth/elab-vhdl_context-debug.adb index 13f615558..79b59187a 100644 --- a/src/synth/elab-vhdl_context-debug.adb +++ b/src/synth/elab-vhdl_context-debug.adb @@ -45,6 +45,9 @@ package body Elab.Vhdl_Context.Debug is when Obj_Instance => Put ("instance"); New_Line; + when Obj_Marker => + Put ("marker"); + New_Line; end case; end loop; end Debug_Synth_Instance; |