From 66259d8909c69938379a260d6f1ea445e2c6c784 Mon Sep 17 00:00:00 2001 From: Todd Strader Date: Tue, 27 May 2025 10:11:56 -0400 Subject: [PATCH] Fix GCC 10 read-only linker error (#6040) --- src/V3ExecGraph.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/V3ExecGraph.cpp b/src/V3ExecGraph.cpp index e20ff26d4..473e42620 100644 --- a/src/V3ExecGraph.cpp +++ b/src/V3ExecGraph.cpp @@ -312,6 +312,7 @@ public: uint32_t ThreadSchedule::s_nextId = 0; std::unordered_map ThreadSchedule::mtaskState{}; +constexpr double V3ExecGraph::ThreadSchedule::s_threadBoxWidth; //###################################################################### // PackThreads