diff --git a/passes/cmds/reconstructbusses.cc b/passes/cmds/reconstructbusses.cc index bc7af2320..14fea761a 100644 --- a/passes/cmds/reconstructbusses.cc +++ b/passes/cmds/reconstructbusses.cc @@ -302,8 +302,8 @@ struct ReconstructBusses : public ScriptPass { log_flush(); if (debug) { for (RTLIL::Wire* w : wires_to_remove) { - std::cout << " " << w->name.c_str() << std::endl; - } + std::cout << " " << w->name.c_str() << std::endl; + } } module->remove(wires_to_remove); // Update module port list