shithub: scc

Download patch

ref: dc0a09c53185d53b88d3c1eff7c35e647d608cc9
parent: 78a3985267805daa0b8106101b0b7f53ab51590e
author: Quentin Rameau <quinq@fifth.space>
date: Wed Jun 1 18:01:13 EDT 2016

[driver] fix file output for QBE backend

--- a/driver/posix/scc.c
+++ b/driver/posix/scc.c
@@ -164,7 +164,7 @@
 				keepfile = (Sflag || kflag);
 			} else {
 				out = QBE;
-				keepfile = Sflag;
+				keepfile = kflag;
 			}
 			break;
 		case QBE: