From 6ae7f7b1528f2f86acb050f53580f5a6a97056d3 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 1 Dec 2019 11:43:48 -0500 Subject: [PATCH] Last commit: Fix pattern mismatch crash. --- src/V3Width.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/V3Width.cpp b/src/V3Width.cpp index 113d3eb40..806974c3b 100644 --- a/src/V3Width.cpp +++ b/src/V3Width.cpp @@ -1914,7 +1914,7 @@ private: patternBasic(nodep, dtypep, defaultp); VL_DANGLING(nodep); } else { nodep->v3error("Unsupported: Assignment pattern applies against non struct/union: " - <prettyTypeName()); + <prettyTypeName()); } } }