summaryrefslogtreecommitdiff
path: root/translate/ghdldrv/ghdlrun.adb
diff options
context:
space:
mode:
authorgingold2005-12-18 14:46:45 +0000
committergingold2005-12-18 14:46:45 +0000
commitcb45d7c240f4aabbd1dd716dd8bf7ab5b2107ff2 (patch)
treea5162922d12f8508b931c31014370056c35682b3 /translate/ghdldrv/ghdlrun.adb
parent4ed054ad8c1877c1bd620014cfe8a36979c5aa54 (diff)
downloadghdl-cb45d7c240f4aabbd1dd716dd8bf7ab5b2107ff2.tar.gz
ghdl-cb45d7c240f4aabbd1dd716dd8bf7ab5b2107ff2.tar.bz2
ghdl-cb45d7c240f4aabbd1dd716dd8bf7ab5b2107ff2.zip
ghdl 0.21 is out
Diffstat (limited to 'translate/ghdldrv/ghdlrun.adb')
-rw-r--r--translate/ghdldrv/ghdlrun.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/translate/ghdldrv/ghdlrun.adb b/translate/ghdldrv/ghdlrun.adb
index 55be418..5adaeba 100644
--- a/translate/ghdldrv/ghdlrun.adb
+++ b/translate/ghdldrv/ghdlrun.adb
@@ -57,6 +57,7 @@ with Files_Map;
with Name_Table;
with Grt.Main;
+with Grt.Modules;
with Grt.Lib;
with Grt.Processes;
with Grt.Rtis;
@@ -643,7 +644,7 @@ package body Ghdlrun is
end if;
Put_Line ("These options can only be placed at [RUNOPTS]");
-- Register modules, since they add commands.
- Grt.Main.Register_Modules;
+ Grt.Modules.Register_Modules;
-- Bypass usual help header.
Grt.Options.Argc := 0;
Grt.Options.Help;