aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/disp_vhdl.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/disp_vhdl.adb')
-rw-r--r--src/vhdl/disp_vhdl.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/disp_vhdl.adb b/src/vhdl/disp_vhdl.adb
index bfa044e9c..a92fcb2b5 100644
--- a/src/vhdl/disp_vhdl.adb
+++ b/src/vhdl/disp_vhdl.adb
@@ -2123,7 +2123,7 @@ package body Disp_Vhdl is
begin
Disp_Identifier (Iterator);
Put (" in ");
- Disp_Discrete_Range (Get_Discrete_Range (Iterator));
+ Disp_Discrete_Range (Get_Subtype_Indication (Iterator));
end Disp_Parameter_Specification;
procedure Disp_Method_Object (Call : Iir)