diff --git a/src/V3Sched.cpp b/src/V3Sched.cpp index f8206672d..c43af13b4 100644 --- a/src/V3Sched.cpp +++ b/src/V3Sched.cpp @@ -429,7 +429,8 @@ void orderSequentially(AstCFunc* funcp, const LogicByScope& lbs) { if (procp->isSuspendable()) { funcp->slow(false); subFuncp = createNewSubFuncp(scopep); - subFuncp->name(subFuncp->name() + "__Vtiming__" + cvtToStr(scopep->user2Inc())); + subFuncp->name(subFuncp->name() + "__Vtiming__" + + cvtToStr(scopep->user2Inc())); subFuncp->rtnType("VlCoroutine"); if (VN_IS(procp, Always)) { subFuncp->slow(false);