aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-main.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/grt-main.adb')
-rw-r--r--src/grt/grt-main.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grt/grt-main.adb b/src/grt/grt-main.adb
index 32547774b..ad21a245a 100644
--- a/src/grt/grt-main.adb
+++ b/src/grt/grt-main.adb
@@ -35,6 +35,7 @@ with Grt.Hooks;
with Grt.Disp_Signals;
with Grt.Disp;
with Grt.Modules;
+with Grt.Change_Generics;
-- The following packages are not referenced in this package.
-- These are subprograms called only from GHDL generated code.
@@ -62,7 +63,7 @@ package body Grt.Main is
procedure Ghdl_Init_Top_Generics is
begin
- null;
+ Grt.Change_Generics.Change_All_Generics;
end Ghdl_Init_Top_Generics;
procedure Disp_Stats_Hook (Code : Integer);