diff --git a/src/V3Delayed.cpp b/src/V3Delayed.cpp index ca5fdf932..aadd03c08 100644 --- a/src/V3Delayed.cpp +++ b/src/V3Delayed.cpp @@ -887,8 +887,7 @@ class DelayedVisitor final : public VNVisitor { // nodes handle the commit instead. if (!vscpInfo.m_inSuspOrFork || vscpInfo.m_inLoop) { // Create the AstActive for the Post logic - AstActive* const activep - = new AstActive{flp, "nba-value-queue", vscpInfo.senTreep()}; + AstActive* const activep = new AstActive{flp, "nba-value-queue", vscpInfo.senTreep()}; activep->senTreeStorep(vscpInfo.senTreep()); scopep->addBlocksp(activep); // Add 'Post' scheduled process for the commit