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, 2 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-prints.adb b/src/vhdl/vhdl-prints.adb
index f706ccb86..83e08ee1c 100644
--- a/src/vhdl/vhdl-prints.adb
+++ b/src/vhdl/vhdl-prints.adb
@@ -3599,6 +3599,8 @@ package body Vhdl.Prints is
when Iir_Kind_Range_Expression =>
Disp_Range (Ctxt, Expr);
+ when Iir_Kind_Subtype_Definition =>
+ Disp_Subtype_Indication (Ctxt, Expr);
when Iir_Kind_Selected_By_All_Name
| Iir_Kind_Dereference =>