diff options
Diffstat (limited to 'src/synth/synth-insts.adb')
-rw-r--r-- | src/synth/synth-insts.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-insts.adb b/src/synth/synth-insts.adb index 85693b11f..cd0e664e7 100644 --- a/src/synth/synth-insts.adb +++ b/src/synth/synth-insts.adb @@ -1252,7 +1252,7 @@ package body Synth.Insts is Insts_Interning.Init; if Flags.Flag_Debug_Init then - Synth.Debugger.Debug_Init; + Synth.Debugger.Debug_Init (Arch); end if; -- Dependencies first. |