aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/trans-chap9.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-01-02 05:00:00 +0100
committerTristan Gingold <tgingold@free.fr>2017-01-02 05:00:00 +0100
commitabdad7105d2f54e22b696a2e75058f4c634ef4a2 (patch)
tree4b056c6279e1776a90f106aae760934cc029162d /src/vhdl/translate/trans-chap9.adb
parentcd74faae93e5fd8985d15a9c7cc02e1d84115020 (diff)
downloadghdl-abdad7105d2f54e22b696a2e75058f4c634ef4a2.tar.gz
ghdl-abdad7105d2f54e22b696a2e75058f4c634ef4a2.tar.bz2
ghdl-abdad7105d2f54e22b696a2e75058f4c634ef4a2.zip
translate: rename get_array_base to get_composite_base
Diffstat (limited to 'src/vhdl/translate/trans-chap9.adb')
-rw-r--r--src/vhdl/translate/trans-chap9.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/translate/trans-chap9.adb b/src/vhdl/translate/trans-chap9.adb
index a17e7630b..37d4e1fb2 100644
--- a/src/vhdl/translate/trans-chap9.adb
+++ b/src/vhdl/translate/trans-chap9.adb
@@ -1262,7 +1262,7 @@ package body Trans.Chap9 is
return Mnode
is
begin
- return Chap3.Index_Base (Chap3.Get_Array_Base (Val),
+ return Chap3.Index_Base (Chap3.Get_Composite_Base (Val),
Targ_Type, New_Obj_Value (Index));
end Gen_Register_Direct_Driver_Update_Data_Array;
@@ -2337,7 +2337,7 @@ package body Trans.Chap9 is
if Get_Type_Info (Data.Val).Type_Mode = Type_Mode_Record then
Res.Val := Stabilize (Data.Val);
else
- Res.Val := Chap3.Get_Array_Base (Data.Val);
+ Res.Val := Chap3.Get_Composite_Base (Data.Val);
end if;
end if;