diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-06-30 20:46:42 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-06-30 20:46:42 +0200 |
commit | f97914ff5d5c4c08c1c960342c162ccd6d5fb5ce (patch) | |
tree | fef0a781c7f0cda33ef79070bee4bf8010a92c97 | |
parent | 69d9120db6f15e16dd05599717b85043f88b4ad1 (diff) | |
download | ghdl-f97914ff5d5c4c08c1c960342c162ccd6d5fb5ce.tar.gz ghdl-f97914ff5d5c4c08c1c960342c162ccd6d5fb5ce.tar.bz2 ghdl-f97914ff5d5c4c08c1c960342c162ccd6d5fb5ce.zip |
ghdlsimul: fix warning.
-rw-r--r-- | src/ghdldrv/ghdlsimul.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlsimul.adb b/src/ghdldrv/ghdlsimul.adb index 97adef30d..3fa1d2c6d 100644 --- a/src/ghdldrv/ghdlsimul.adb +++ b/src/ghdldrv/ghdlsimul.adb @@ -18,7 +18,7 @@ with Ada.Command_Line; -with Ghdllocal; use Ghdllocal; +with Ghdllocal; with GNAT.OS_Lib; use GNAT.OS_Lib; with Simple_IO; |