diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/synth/elab-vhdl_debug.adb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/synth/elab-vhdl_debug.adb b/src/synth/elab-vhdl_debug.adb index 1aec73a94..bdab9674f 100644 --- a/src/synth/elab-vhdl_debug.adb +++ b/src/synth/elab-vhdl_debug.adb @@ -374,10 +374,7 @@ package body Elab.Vhdl_Debug is Put (Image (Get_Identifier (Sub_Node))); Put (')'); New_Line; - Disp_Hierarchy_Statements - (Sub, - Get_Concurrent_Statement_Chain (Sub_Node), - Inc_Indent (Cfg)); + Disp_Hierarchy (Sub, Inc_Indent (Cfg)); when others => raise Internal_Error; end case; |