mirror of
https://github.com/verilator/verilator.git
synced 2026-09-02 10:48:27 +02:00
Fixes #6293
This commit is contained in:
@@ -112,7 +112,7 @@ private:
|
||||
if (nodep->thensp()) nodep->thensp()->user2(0); // Don't dump it
|
||||
}
|
||||
}
|
||||
void visit(AstNodeCond* nodep) override {
|
||||
void visit(AstCond* nodep) override {
|
||||
if (m_ignoreRemaining) return;
|
||||
// Just like if/else above, the ternary operator only evaluates
|
||||
// one of the two expressions, so only count the max.
|
||||
|
||||
Reference in New Issue
Block a user