aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/disp_tree.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/disp_tree.adb')
-rw-r--r--src/vhdl/disp_tree.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/disp_tree.adb b/src/vhdl/disp_tree.adb
index 97fde1910..c01dd61cd 100644
--- a/src/vhdl/disp_tree.adb
+++ b/src/vhdl/disp_tree.adb
@@ -348,7 +348,7 @@ package body Disp_Tree is
else
declare
El : constant Iir := Get_Base_Type (Get_Element_Subtype (T));
- Lits : constant Iir_List := Get_Enumeration_Literal_List (El);
+ Lits : constant Iir_Flist := Get_Enumeration_Literal_List (El);
Res : String (1 .. Natural (Len));
C : Natural;
begin