Last commit: Fix pattern mismatch crash.
This commit is contained in:
parent
03026b63b9
commit
6ae7f7b152
|
|
@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue