fdr_confirm_compile: wrap comment

This commit is contained in:
Justin Viiret 2017-06-09 16:29:56 +10:00 committed by Matthew Barr
parent 2b9b2ca911
commit d94bf2fd62

View File

@ -170,7 +170,9 @@ bytecode_ptr<FDRConfirm> getFDRConfirm(const vector<hwlmLiteral> &lits,
if (!make_confirm) {
flags = FDRC_FLAG_NO_CONFIRM;
if (lits[0].noruns) {
flags |= FDRC_FLAG_NOREPEAT; // messy - need to clean this up later as flags is sorta kinda obsoleted
// messy - need to clean this up later as flags is sorta kinda
// obsoleted
flags |= FDRC_FLAG_NOREPEAT;
}
mult = 0;
soleLitSize = lits[0].s.size() - 1;