aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-errors.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-errors.ads')
-rw-r--r--src/vhdl/vhdl-errors.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-errors.ads b/src/vhdl/vhdl-errors.ads
index 5987a6782..b1b42c10c 100644
--- a/src/vhdl/vhdl-errors.ads
+++ b/src/vhdl/vhdl-errors.ads
@@ -114,7 +114,7 @@ package Vhdl.Errors is
function Disp_Subprg (Subprg : Iir) return String;
-- Print element POS of discrete type DTYPE.
- function Disp_Discrete (Dtype : Iir; Pos : Iir_Int64) return String;
+ function Disp_Discrete (Dtype : Iir; Pos : Int64) return String;
-- Disp the name of the type of NODE if known.
-- Disp "unknown" if it is not known.