forked from github/verilator
Fix clang warning, last commit.
This commit is contained in:
parent
29923b78fd
commit
e673875b3b
@ -3996,7 +3996,7 @@ public:
|
||||
virtual bool cleanOut() const { return true; }
|
||||
virtual bool same(const AstNode* samep) const { return true; }
|
||||
virtual int instrCount() const { return widthInstrs(); }
|
||||
AstNode* sizep() const { return sizep(); }
|
||||
AstNode* sizep() const { return op1p(); }
|
||||
AstNode* rhsp() const { return op2p(); }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user