aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/trans-chap1.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/translate/trans-chap1.adb')
-rw-r--r--src/vhdl/translate/trans-chap1.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/translate/trans-chap1.adb b/src/vhdl/translate/trans-chap1.adb
index 93534f028..08b22098c 100644
--- a/src/vhdl/translate/trans-chap1.adb
+++ b/src/vhdl/translate/trans-chap1.adb
@@ -708,10 +708,10 @@ package body Trans.Chap1 is
Apply_To_All_Others_Blocks (True);
when Iir_Kind_Indexed_Name =>
declare
- Index_List : constant Iir_List := Get_Index_List (Spec);
+ Index_List : constant Iir_Flist := Get_Index_List (Spec);
Rng : Mnode;
begin
- if Index_List = Iir_List_Others then
+ if Index_List = Iir_Flist_Others then
Apply_To_All_Others_Blocks (False);
else
Open_Temp;