aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-prints.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-prints.adb')
-rw-r--r--src/vhdl/vhdl-prints.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-prints.adb b/src/vhdl/vhdl-prints.adb
index f1d2d7a79..b3bef235c 100644
--- a/src/vhdl/vhdl-prints.adb
+++ b/src/vhdl/vhdl-prints.adb
@@ -322,7 +322,7 @@ package body Vhdl.Prints is
else
Print (Ctxt, Or_Else (Get_Left_Limit_Expr (Rng),
Get_Left_Limit (Rng)));
- if Get_Direction (Rng) = Iir_To then
+ if Get_Direction (Rng) = Dir_To then
Disp_Token (Ctxt, Tok_To);
else
Disp_Token (Ctxt, Tok_Downto);