diff options
Diffstat (limited to 'translate/grt/grt-rtis_addr.ads')
-rw-r--r-- | translate/grt/grt-rtis_addr.ads | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/translate/grt/grt-rtis_addr.ads b/translate/grt/grt-rtis_addr.ads index 8f79126f1..b4e4b5fbb 100644 --- a/translate/grt/grt-rtis_addr.ads +++ b/translate/grt/grt-rtis_addr.ads @@ -22,11 +22,12 @@ with Grt.Rtis; use Grt.Rtis; -- Addresses handling. package Grt.Rtis_Addr is + function "+" (L : Address; R : Ghdl_Rti_Loc) return Address; function "+" (L : Address; R : Ghdl_Index_Type) return Address; - function "-" (L : Address; R : Ghdl_Index_Type) return Address; + function "-" (L : Address; R : Ghdl_Rti_Loc) return Address; - function Align (L : Address; R : Ghdl_Index_Type) return Address; + function Align (L : Address; R : Ghdl_Rti_Loc) return Address; -- An RTI context contains a pointer (BASE) to or into an instance. -- BLOCK describes data being pointed. If a reference is made to a field |