aboutsummaryrefslogtreecommitdiffstats
path: root/sem_names.adb
diff options
context:
space:
mode:
Diffstat (limited to 'sem_names.adb')
-rw-r--r--sem_names.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sem_names.adb b/sem_names.adb
index 80dc26e1b..be727820e 100644
--- a/sem_names.adb
+++ b/sem_names.adb
@@ -2484,7 +2484,7 @@ package body Sem_Names is
Base : Iir;
begin
Prefix := Get_Named_Entity (Get_Prefix (Attr));
- Base := Get_Base_Name (Prefix);
+ Base := Get_Object_Prefix (Prefix);
case Get_Kind (Base) is
when Iir_Kind_Signal_Declaration
| Iir_Kind_Signal_Interface_Declaration