Last commit: Fix pattern mismatch crash.

This commit is contained in:
Wilson Snyder 2019-12-01 11:43:48 -05:00
parent 03026b63b9
commit 6ae7f7b152
1 changed files with 1 additions and 1 deletions

View File

@ -1914,7 +1914,7 @@ private:
patternBasic(nodep, dtypep, defaultp); VL_DANGLING(nodep);
} else {
nodep->v3error("Unsupported: Assignment pattern applies against non struct/union: "
<<vdtypep->prettyTypeName());
<<dtypep->prettyTypeName());
}
}
}