diff options
Diffstat (limited to 'src/ghdldrv/ghdlcomp.adb')
-rw-r--r-- | src/ghdldrv/ghdlcomp.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdlcomp.adb b/src/ghdldrv/ghdlcomp.adb index 5a5ae3536..c0915af98 100644 --- a/src/ghdldrv/ghdlcomp.adb +++ b/src/ghdldrv/ghdlcomp.adb @@ -444,6 +444,8 @@ package body Ghdlcomp is raise Compilation_Error; end if; + Expect_Filenames (Args); + Hooks.Compile_Init.all (True); -- Parse all files. |