diff --git a/src/V3Force.cpp b/src/V3Force.cpp index ff0af20b6..a236e6623 100644 --- a/src/V3Force.cpp +++ b/src/V3Force.cpp @@ -295,6 +295,7 @@ private: varp->v3warn(E_UNSUPPORTED, "Unsupported: Force of variable with " ">= " << ELEMENTS_MAX << " unpacked elements"); + return dtypep; } if (AstNodeArrayDType* const arrp = VN_CAST(origDTypep, NodeArrayDType)) { AstNodeDType* const subDTypep = arrp->subDTypep();