mirror of
https://github.com/verilator/verilator.git
synced 2025-01-07 15:17:36 +00:00
Fix clang warning
This commit is contained in:
parent
484b574cef
commit
61e41595a2
@ -1000,7 +1000,7 @@ public:
|
||||
emitOpName(nodep, "VL_STREAML_%nq%lq%rq(%nw,%lw,%rw, %P, %li, %ri)", nodep->lhsp(),
|
||||
nodep->rhsp(), NULL);
|
||||
}
|
||||
virtual void visit(AstCountBits* nodep) {
|
||||
virtual void visit(AstCountBits* nodep) VL_OVERRIDE {
|
||||
putbs("VL_COUNTBITS_");
|
||||
emitIQW(nodep->lhsp());
|
||||
puts("(");
|
||||
|
Loading…
Reference in New Issue
Block a user