diff options
Diffstat (limited to 'src/vhdl/iirs.ads')
-rw-r--r-- | src/vhdl/iirs.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/iirs.ads b/src/vhdl/iirs.ads index 0d8c5926f..119f0b3fc 100644 --- a/src/vhdl/iirs.ads +++ b/src/vhdl/iirs.ads @@ -5922,8 +5922,8 @@ package Iirs is -- List of elements of a simple aggregate. -- Field: Field4 Ref (uc) - function Get_Simple_Aggregate_List (Target : Iir) return Iir_List; - procedure Set_Simple_Aggregate_List (Target : Iir; List : Iir_List); + function Get_Simple_Aggregate_List (Target : Iir) return Iir_Flist; + procedure Set_Simple_Aggregate_List (Target : Iir; List : Iir_Flist); -- For a string literal: the string identifier. -- Field: Field5 (uc) |