1
0
mirror of synced 2026-03-27 18:50:03 +00:00

abc9_exe: fix typo

This commit is contained in:
Lofty
2026-03-18 11:44:13 +00:00
parent c8f715fed8
commit e78690fc47

View File

@@ -513,7 +513,7 @@ struct Abc9ExePass : public Pass {
continue;
}
if (arg == "-luts" && argidx+1 < args.size()) {
lut_arg = args[++argidx];
luts_arg = args[++argidx];
continue;
}
if (arg == "-fast") {