From db7d0b337e85c3b327efa799418ef92de3a369ce Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 10 May 2019 06:58:57 +0200 Subject: vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64. --- src/vhdl/vhdl-disp_vhdl.ads | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vhdl/vhdl-disp_vhdl.ads') diff --git a/src/vhdl/vhdl-disp_vhdl.ads b/src/vhdl/vhdl-disp_vhdl.ads index b29a1e736..e69ab29f2 100644 --- a/src/vhdl/vhdl-disp_vhdl.ads +++ b/src/vhdl/vhdl-disp_vhdl.ads @@ -30,11 +30,11 @@ package Vhdl.Disp_Vhdl is -- Display an expression. -- Disp an iir_int64, without the leading blank. - procedure Disp_Int64 (Val: Iir_Int64); + procedure Disp_Int64 (Val: Int64); -- Disp an iir_int32, without the leading blank. procedure Disp_Int32 (Val: Iir_Int32); -- Disp an iir_Fp64, without the leading blank. - procedure Disp_Fp64 (Val: Iir_Fp64); + procedure Disp_Fp64 (Val: Fp64); end Vhdl.Disp_Vhdl; -- cgit v1.2.3