diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vhdl/vhdl-disp_tree.adb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vhdl/vhdl-disp_tree.adb b/src/vhdl/vhdl-disp_tree.adb index 9dd5c37ae..2a205da4e 100644 --- a/src/vhdl/vhdl-disp_tree.adb +++ b/src/vhdl/vhdl-disp_tree.adb @@ -618,8 +618,7 @@ package body Vhdl.Disp_Tree is Log_Line (Image_Scalar_Size (Get_Scalar_Size (N, F))); when Type_Name_Id => Log (Image_Name_Id (Get_Name_Id (N, F))); - Log (" "); - Disp_Int32 (Int32 (Get_Name_Id (N, F))); + Log (Name_Id'Image (Get_Name_Id (N, F))); Log_Line; end case; end loop; |