diff options
Diffstat (limited to 'translate/grt/grt-rtis.ads')
-rw-r--r-- | translate/grt/grt-rtis.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate/grt/grt-rtis.ads b/translate/grt/grt-rtis.ads index 6caba15..2276adf 100644 --- a/translate/grt/grt-rtis.ads +++ b/translate/grt/grt-rtis.ads @@ -335,7 +335,7 @@ package Grt.Rtis is Children => null); -- Address of the top instance. - Ghdl_Rti_Top_Instance : Ghdl_Rti_Access; + Ghdl_Rti_Top_Instance : Address; -- Instances have a pointer to their RTI at offset 0. type Ghdl_Rti_Acc_Acc is access Ghdl_Rti_Access; |