[hackers] [scc] [driver] fix file output for QBE backend || Quentin Rameau
commit a2e791432572b742067d86ab529bc2b3962a1fdb
Author: Quentin Rameau <quinq_AT_fifth.space>
AuthorDate: Wed Jun 1 22:01:13 2016 +0200
Commit: Quentin Rameau <quinq_AT_fifth.space>
CommitDate: Wed Jun 1 22:01:13 2016 +0200
[driver] fix file output for QBE backend
diff --git a/driver/posix/scc.c b/driver/posix/scc.c
index d288fe3..ca8e69c 100644
--- a/driver/posix/scc.c
+++ b/driver/posix/scc.c
_AT_@ -164,7 +164,7 @@ build(char *file)
keepfile = (Sflag || kflag);
} else {
out = QBE;
- keepfile = Sflag;
+ keepfile = kflag;
}
break;
case QBE:
Received on Wed Jun 01 2016 - 22:01:50 CEST
This archive was generated by hypermail 2.3.0
: Wed Jun 01 2016 - 22:12:13 CEST