mirror of
https://github.com/verilator/verilator.git
synced 2026-09-01 10:27:04 +02:00
Prep for multiple AstExecGraph. No functional change.
This commit is contained in:
+2
-1
@@ -411,7 +411,8 @@ private:
|
||||
}
|
||||
}
|
||||
virtual void visit(AstExecGraph* nodep) override {
|
||||
for (m_mtaskBodyp = VN_AS(nodep->op1p(), MTaskBody); m_mtaskBodyp;
|
||||
VL_RESTORER(m_mtaskBodyp);
|
||||
for (m_mtaskBodyp = nodep->mTaskBodiesp(); m_mtaskBodyp;
|
||||
m_mtaskBodyp = VN_AS(m_mtaskBodyp->nextp(), MTaskBody)) {
|
||||
clearLastSen();
|
||||
iterate(m_mtaskBodyp);
|
||||
|
||||
Reference in New Issue
Block a user