mirror of
https://github.com/verilator/verilator.git
synced 2026-09-02 10:48:27 +02:00
Internals: Fix some cppcheck issues. Some dump functions fixed.
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ private:
|
||||
}
|
||||
}
|
||||
void markAllDerived() {
|
||||
for (auto p : m_baseToDerivedMap) {
|
||||
for (const auto& p : m_baseToDerivedMap) {
|
||||
if (p.first->user1()) markDerived(p.first);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user