From abdad7105d2f54e22b696a2e75058f4c634ef4a2 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 2 Jan 2017 05:00:00 +0100 Subject: translate: rename get_array_base to get_composite_base --- src/vhdl/translate/trans-chap9.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vhdl/translate/trans-chap9.adb') 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; -- cgit v1.2.3