mirror of
https://github.com/verilator/verilator.git
synced 2026-09-05 00:41:39 +02:00
After module, clear m_modp as not relevant any longer
This commit is contained in:
@@ -85,6 +85,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