From 535bbc11e9a6532b1a6e1197169e79203f191ef1 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 1 Jan 2014 23:11:27 +0100 Subject: Rework registration of RTIs for packages, to fix bug 21052. --- translate/ghdldrv/ghdlrun.adb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'translate/ghdldrv') diff --git a/translate/ghdldrv/ghdlrun.adb b/translate/ghdldrv/ghdlrun.adb index 25bd385a9..0a9fe7a11 100644 --- a/translate/ghdldrv/ghdlrun.adb +++ b/translate/ghdldrv/ghdlrun.adb @@ -455,10 +455,10 @@ package body Ghdlrun is Def (Trans_Decls.Ghdl_Create_Delayed_Signal, Grt.Signals.Ghdl_Create_Delayed_Signal'Address); - Def (Trans_Decls.Ghdl_Rti_Top_Instance, - Grt.Rtis.Ghdl_Rti_Top_Instance'Address); - Def (Trans_Decls.Ghdl_Rti_Top_Ptr, - Grt.Rtis.Ghdl_Rti_Top_Ptr'Address); + Def (Trans_Decls.Ghdl_Rti_Add_Package, + Grt.Rtis.Ghdl_Rti_Add_Package'Address); + Def (Trans_Decls.Ghdl_Rti_Add_Top, + Grt.Rtis.Ghdl_Rti_Add_Top'Address); Def (Trans_Decls.Ghdl_Protected_Enter, Grt.Processes.Ghdl_Protected_Enter'Address); -- cgit v1.2.3