From a98eb4fa0497f2374c38a799e8b1f79d41695d61 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sat, 10 Jan 2026 03:10:33 -0500 Subject: [PATCH] Internals: Add missing debug level setter. --- src/V3EmitCFunc.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/V3EmitCFunc.cpp b/src/V3EmitCFunc.cpp index 853f0f970..504ebaebf 100644 --- a/src/V3EmitCFunc.cpp +++ b/src/V3EmitCFunc.cpp @@ -23,6 +23,8 @@ #include #include +VL_DEFINE_DEBUG_FUNCTIONS; + // We use a static char array in VL_VALUE_STRING constexpr int VL_VALUE_STRING_MAX_WIDTH = 8192;