diff options
Diffstat (limited to 'src/grt/grt-main.adb')
-rw-r--r-- | src/grt/grt-main.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grt/grt-main.adb b/src/grt/grt-main.adb index ad21a24..6d595b4 100644 --- a/src/grt/grt-main.adb +++ b/src/grt/grt-main.adb @@ -64,6 +64,7 @@ package body Grt.Main is procedure Ghdl_Init_Top_Generics is begin Grt.Change_Generics.Change_All_Generics; + Grt.Change_Generics.Check_Required_Generic_Override; end Ghdl_Init_Top_Generics; procedure Disp_Stats_Hook (Code : Integer); |