diff options
Diffstat (limited to 'common/route.cc')
-rw-r--r-- | common/route.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/route.cc b/common/route.cc index de3f41ce..247c8840 100644 --- a/common/route.cc +++ b/common/route.cc @@ -196,6 +196,7 @@ struct Router float(next_delay)); #endif revisitCnt++; + continue; } if (!chip.checkWireAvail(next_wire)) { |