aboutsummaryrefslogtreecommitdiffstats
path: root/sem_decls.adb
diff options
context:
space:
mode:
Diffstat (limited to 'sem_decls.adb')
-rw-r--r--sem_decls.adb3
1 files changed, 1 insertions, 2 deletions
diff --git a/sem_decls.adb b/sem_decls.adb
index c833f52b5..12262933b 100644
--- a/sem_decls.adb
+++ b/sem_decls.adb
@@ -654,8 +654,7 @@ package body Sem_Decls is
(Name_Op_Less_Equal, Iir_Predefined_Array_Less_Equal);
end if;
- Element_Type :=
- Get_Base_Type (Get_Element_Subtype (Type_Definition));
+ Element_Type := Get_Element_Subtype (Type_Definition);
Add_Operation (Name_Op_Concatenation,
Iir_Predefined_Array_Array_Concat,