clear label numbers per function
This commit is contained in:
parent
5229666072
commit
5ca235c822
|
@ -326,6 +326,7 @@ public:
|
|||
VL_RESTORER(m_createdScopeHash);
|
||||
m_cfuncp = nodep;
|
||||
m_instantiatesOwnProcess = false;
|
||||
m_labelNumbers.clear(); // No need to save/restore, all Jumps must be within the function
|
||||
|
||||
splitSizeInc(nodep);
|
||||
|
||||
|
|
Loading…
Reference in New Issue