diff options
Diffstat (limited to 'src/vhdl/canon.adb')
-rw-r--r-- | src/vhdl/canon.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/canon.adb b/src/vhdl/canon.adb index 951a78d..0e90783 100644 --- a/src/vhdl/canon.adb +++ b/src/vhdl/canon.adb @@ -2319,7 +2319,7 @@ package body Canon is Index : Iir; begin for I in Natural loop - Index := Get_Nth_Element (Indexes, I); + Index := Get_Index_Type (Indexes, I); exit when Index = Null_Iir; Canon_Subtype_Indication_If_Anonymous (Index); end loop; |