This commit is contained in:
Akash Levy 2024-08-21 20:26:29 -07:00
parent 57446f3f93
commit a945edc7a0
1 changed files with 2 additions and 1 deletions

View File

@ -172,7 +172,8 @@ struct MuxpackWorker
}
else {
sig_chain_next[a_sig] = cell;
sig_chain_next[b_sig] = cell;
if (!b_sig.empty())
sig_chain_next[b_sig] = cell;
candidate_cells.insert(cell);
}