aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlsynth.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdlsynth.adb')
-rw-r--r--src/ghdldrv/ghdlsynth.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlsynth.adb b/src/ghdldrv/ghdlsynth.adb
index c6183a193..d754f1663 100644
--- a/src/ghdldrv/ghdlsynth.adb
+++ b/src/ghdldrv/ghdlsynth.adb
@@ -586,8 +586,8 @@ package body Ghdlsynth is
procedure Init_For_Ghdl_Synth is
begin
Ghdlsynth.Register_Commands;
- Options.Initialize;
Errorout.Console.Install_Handler;
+ Options.Initialize;
Netlists.Errors.Initialize;
end Init_For_Ghdl_Synth;
end Ghdlsynth;