diff options
Diffstat (limited to 'common')
-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 30d40577..8fe13eda 100644 --- a/common/route.cc +++ b/common/route.cc @@ -195,6 +195,7 @@ struct Router visited.at(next_wire).delay, next_delay); #endif revisitCnt++; + continue; } if (!chip.checkWireAvail(next_wire)) { |