aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-insts.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-insts.adb')
-rw-r--r--src/synth/synth-insts.adb7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/synth/synth-insts.adb b/src/synth/synth-insts.adb
index f700e0168..d871b1a11 100644
--- a/src/synth/synth-insts.adb
+++ b/src/synth/synth-insts.adb
@@ -1205,6 +1205,8 @@ package body Synth.Insts is
begin
Root_Instance := Global_Instance;
+ Insts_Interning.Init;
+
if Flags.Flag_Debug_Init then
Synth.Debugger.Debug_Init;
end if;
@@ -1456,9 +1458,4 @@ package body Synth.Insts is
Idx := Idx + 1;
end loop;
end Synth_All_Instances;
-
- procedure Init is
- begin
- Insts_Interning.Init;
- end Init;
end Synth.Insts;