aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-rtis_addr.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/grt-rtis_addr.ads')
-rw-r--r--src/grt/grt-rtis_addr.ads6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/grt/grt-rtis_addr.ads b/src/grt/grt-rtis_addr.ads
index 550576733..db8e15264 100644
--- a/src/grt/grt-rtis_addr.ads
+++ b/src/grt/grt-rtis_addr.ads
@@ -51,10 +51,6 @@ package Grt.Rtis_Addr is
function To_Addr_Acc is new Ada.Unchecked_Conversion
(Source => Address, Target => Addr_Acc);
- type Ghdl_Index_Acc is access Ghdl_Index_Type;
- function To_Ghdl_Index_Acc is new Ada.Unchecked_Conversion
- (Source => Address, Target => Ghdl_Index_Acc);
-
-- Get the parent context of CTXT.
-- The parent of an architecture is its entity.
function Get_Parent_Context (Ctxt : Rti_Context) return Rti_Context;
@@ -91,6 +87,8 @@ package Grt.Rtis_Addr is
Def : Ghdl_Rti_Access;
Rng : out Ghdl_Range_Ptr);
+ function Array_Layout_To_Bounds (Layout : Address) return Address;
+
-- Extract range of every dimension from bounds.
procedure Bound_To_Range (Bounds_Addr : Address;
Def : Ghdl_Rtin_Type_Array_Acc;