aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem_expr.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/sem_expr.adb')
-rw-r--r--src/vhdl/sem_expr.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/sem_expr.adb b/src/vhdl/sem_expr.adb
index 19287295f..34bc6e5ca 100644
--- a/src/vhdl/sem_expr.adb
+++ b/src/vhdl/sem_expr.adb
@@ -1944,7 +1944,7 @@ package body Sem_Expr is
-- be visible at the place of the string literal.
-- Character C is not visible...
- if Find_Name_In_List (Get_Enumeration_Literal_List (Etype), Id)
+ if Find_Name_In_Flist (Get_Enumeration_Literal_List (Etype), Id)
= Null_Iir
then
-- ... because it is not defined.