Internals: Fix cppcheck warning. No functional change.

This commit is contained in:
Wilson Snyder 2019-11-16 03:14:55 -05:00
parent e9c4ffa04e
commit 617424e04a

View File

@ -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);