Commit 788faf2a authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

Don't forget to unblock preceding steps in the chain!!

parent ac5730cd
......@@ -382,6 +382,7 @@ void Interconnect::execute() {
#ifdef DEBUG_TRANSFERS
std::cout << " => stopping to process blocked operation\n";
#endif
previous_full_out_send = n.previous_full_out_send;
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment