mirror of
https://github.com/verilator/verilator.git
synced 2025-01-10 08:37: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;
|
AstNode* newbodysp = NULL;
|
||||||
++m_statLoops;
|
++m_statLoops;
|
||||||
int times = 0;
|
|
||||||
if (stmtsp) {
|
if (stmtsp) {
|
||||||
|
int times = 0;
|
||||||
while (1) {
|
while (1) {
|
||||||
UINFO(8," Looping "<<loopValue<<endl);
|
UINFO(8," Looping "<<loopValue<<endl);
|
||||||
V3Number res = V3Number(nodep);
|
V3Number res = V3Number(nodep);
|
||||||
|
Loading…
Reference in New Issue
Block a user