diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/vhdl/sem.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/sem.adb b/src/vhdl/sem.adb index ca34030..bba4075 100644 --- a/src/vhdl/sem.adb +++ b/src/vhdl/sem.adb @@ -2744,7 +2744,7 @@ package body Sem is case Get_Kind (Name) is when Iir_Kind_Selected_Name => - Sem_Name (Name); + Sem_Name (Name, True); case Get_Kind (Get_Named_Entity (Name)) is when Iir_Kind_Error => -- Continue in case of error. |