diff options
Diffstat (limited to 'src/synth/synth-expr.adb')
-rw-r--r-- | src/synth/synth-expr.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-expr.adb b/src/synth/synth-expr.adb index 1180386c6..fef5a18b2 100644 --- a/src/synth/synth-expr.adb +++ b/src/synth/synth-expr.adb @@ -472,7 +472,7 @@ package body Synth.Expr is is Pfx : constant Value_Acc := Synth_Expression (Syn_Inst, Get_Prefix (Name)); - Indexes : constant Iir_List := Get_Index_List (Name); + Indexes : constant Iir_Flist := Get_Index_List (Name); Idx_Val : constant Value_Acc := Synth_Expression (Syn_Inst, Get_Nth_Element (Indexes, 0)); Rng : Value_Range_Acc; |