mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 16:28:53 +02:00
Fix GCC version runtime changes, bug651.
This commit is contained in:
+1
-1
@@ -461,7 +461,7 @@ void GraphAcyc::place() {
|
||||
}
|
||||
|
||||
// Sort by weight, then by vertex (so that we completely process one vertex, when possible)
|
||||
sort(edges.begin(), edges.end(), GraphAcycEdgeCmp());
|
||||
stable_sort(edges.begin(), edges.end(), GraphAcycEdgeCmp());
|
||||
|
||||
// Process each edge in weighted order
|
||||
m_placeStep = 10;
|
||||
|
||||
Reference in New Issue
Block a user