mirror of
https://github.com/verilator/verilator.git
synced 2025-01-08 23:57:35 +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(),
|
emitOpName(nodep, "VL_STREAML_%nq%lq%rq(%nw,%lw,%rw, %P, %li, %ri)", nodep->lhsp(),
|
||||||
nodep->rhsp(), NULL);
|
nodep->rhsp(), NULL);
|
||||||
}
|
}
|
||||||
virtual void visit(AstCountBits* nodep) {
|
virtual void visit(AstCountBits* nodep) VL_OVERRIDE {
|
||||||
putbs("VL_COUNTBITS_");
|
putbs("VL_COUNTBITS_");
|
||||||
emitIQW(nodep->lhsp());
|
emitIQW(nodep->lhsp());
|
||||||
puts("(");
|
puts("(");
|
||||||
|
Loading…
Reference in New Issue
Block a user