mirror of
https://github.com/verilator/verilator.git
synced 2025-05-04 14:36:55 +00:00
Fix coverage issue
This commit is contained in:
parent
a4a1c7a384
commit
4a8c7e869f
@ -142,8 +142,7 @@ private:
|
||||
virtual void visit(AstLogOr* nodep) VL_OVERRIDE { unsupported_visit(nodep); }
|
||||
virtual void visit(AstLogEq* nodep) VL_OVERRIDE { unsupported_visit(nodep); }
|
||||
virtual void visit(AstLogIf* nodep) VL_OVERRIDE { unsupported_visit(nodep); }
|
||||
virtual void visit(AstCond* nodep) VL_OVERRIDE { unsupported_visit(nodep); }
|
||||
virtual void visit(AstCondBound* nodep) VL_OVERRIDE { unsupported_visit(nodep); }
|
||||
virtual void visit(AstNodeCond* nodep) VL_OVERRIDE { unsupported_visit(nodep); }
|
||||
void prepost_visit(AstNodeTriop* nodep) {
|
||||
// Check if we are underneath a statement
|
||||
if (!m_insStmtp) {
|
||||
|
Loading…
Reference in New Issue
Block a user