clear label numbers per function

This commit is contained in:
Geza Lore 2025-07-23 17:13:49 +01:00
parent 5229666072
commit 5ca235c822
1 changed files with 1 additions and 0 deletions

View File

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