mirror of
https://github.com/verilator/verilator.git
synced 2025-01-10 00:27:35 +00:00
Internals: Fix cppcheck warning. No functional change.
This commit is contained in:
parent
e9c4ffa04e
commit
617424e04a
@ -296,8 +296,8 @@ private:
|
||||
|
||||
AstNode* newbodysp = NULL;
|
||||
++m_statLoops;
|
||||
int times = 0;
|
||||
if (stmtsp) {
|
||||
int times = 0;
|
||||
while (1) {
|
||||
UINFO(8," Looping "<<loopValue<<endl);
|
||||
V3Number res = V3Number(nodep);
|
||||
|
Loading…
Reference in New Issue
Block a user