Skip to content

Commit

Permalink
Visit AstNodeCond instead AstCond
Browse files Browse the repository at this point in the history
Signed-off-by: Ryszard Rozak <[email protected]>
  • Loading branch information
RRozak committed Dec 30, 2024
1 parent fd31cea commit 58fc3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/V3Coverage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ class CoverageVisitor final : public VNVisitor {
}

// VISITORS - LINE COVERAGE
void visit(AstCond* nodep) override {
void visit(AstNodeCond* nodep) override {
UINFO(4, " COND: " << nodep << endl);

iterateChildren(nodep);
Expand Down

0 comments on commit 58fc3a7

Please sign in to comment.