aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/ortho_front.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2015-03-01 18:09:30 +0100
committerTristan Gingold <tgingold@free.fr>2015-03-01 18:09:30 +0100
commitad4ac5499e426cff9b76479e8ff6250a32fcbb57 (patch)
treed24f1903700733dbb125ebea420d0980d84d8da9 /src/vhdl/translate/ortho_front.adb
parent3619ff721b0456b2f15bd2d4913fd57aa97e827b (diff)
downloadghdl-ad4ac5499e426cff9b76479e8ff6250a32fcbb57.tar.gz
ghdl-ad4ac5499e426cff9b76479e8ff6250a32fcbb57.tar.bz2
ghdl-ad4ac5499e426cff9b76479e8ff6250a32fcbb57.zip
Elaborate generics in two steps. Fix -c/-e for llvm builds.
Diffstat (limited to 'src/vhdl/translate/ortho_front.adb')
-rw-r--r--src/vhdl/translate/ortho_front.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/translate/ortho_front.adb b/src/vhdl/translate/ortho_front.adb
index 0473899af..e17b1a7d8 100644
--- a/src/vhdl/translate/ortho_front.adb
+++ b/src/vhdl/translate/ortho_front.adb
@@ -189,7 +189,7 @@ package body Ortho_Front is
end if;
Anaelab_Files_Last := L;
end;
- return 2;
+ return 1;
elsif Opt.all = "-l" then
if Arg = null then
Error_Msg_Option ("filename required after -l");