mirror of
https://github.com/verilator/verilator.git
synced 2026-09-04 16:40:12 +02:00
After module, clear m_modp as not relevant any longer
This commit is contained in:
@@ -142,6 +142,7 @@ private:
|
||||
m_modp = nodep;
|
||||
m_funcp = NULL;
|
||||
nodep->iterateChildren(*this);
|
||||
m_modp = NULL;
|
||||
}
|
||||
virtual void visit(AstCFunc* nodep, AstNUser*) {
|
||||
m_funcp = nodep;
|
||||
|
||||
Reference in New Issue
Block a user