1
0
mirror of synced 2026-01-28 04:59:20 +00:00

Comment out

This commit is contained in:
Eddie Hung
2019-04-09 10:09:43 -07:00
parent 04e466d5e4
commit 941365b4bb

View File

@@ -1239,7 +1239,7 @@ struct Abc9Pass : public Pass {
}
if (arg == "-dress") {
// TODO
abc_dress = true;
//abc_dress = true;
continue;
}
if (arg == "-g" && argidx+1 < args.size()) {