aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/trans-rtis.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-10-17 06:18:36 +0200
committerTristan Gingold <tgingold@free.fr>2018-10-21 08:03:37 +0200
commited7ad157dbecc784bb2df44684442e88431db561 (patch)
tree491533354ca2add405e08869f66c1c74622f97d7 /src/vhdl/translate/trans-rtis.ads
parent13000af67c96c2a3417fa321daa3fbf50165f54f (diff)
downloadghdl-ed7ad157dbecc784bb2df44684442e88431db561.tar.gz
ghdl-ed7ad157dbecc784bb2df44684442e88431db561.tar.bz2
ghdl-ed7ad157dbecc784bb2df44684442e88431db561.zip
Rework translation of unbounded and complex types.
Diffstat (limited to 'src/vhdl/translate/trans-rtis.ads')
-rw-r--r--src/vhdl/translate/trans-rtis.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/translate/trans-rtis.ads b/src/vhdl/translate/trans-rtis.ads
index 73bc514e0..e3c8c188e 100644
--- a/src/vhdl/translate/trans-rtis.ads
+++ b/src/vhdl/translate/trans-rtis.ads
@@ -114,7 +114,7 @@ package Trans.Rtis is
procedure Rti_Initialize;
-- Get address (as Ghdl_Rti_Access) of constant RTI.
- function New_Rti_Address (Rti : O_Dnode) return O_Cnode;
+ function New_Rti_Address (Rti : O_Dnode) return O_Enode;
-- Generate rtis for a library unit.
procedure Generate_Unit (Lib_Unit : Iir);
@@ -139,6 +139,6 @@ package Trans.Rtis is
(Assoc : in out O_Assoc_List; Node : Iir);
procedure Associate_Null_Rti_Context (Assoc : in out O_Assoc_List);
- function Get_Context_Rti (Node : Iir) return O_Cnode;
+ function Get_Context_Rti (Node : Iir) return O_Enode;
function Get_Context_Addr (Node : Iir) return O_Enode;
end Trans.Rtis;