Fix error without nodep.

This commit is contained in:
Wilson Snyder 2018-05-29 20:03:58 -04:00
parent 27c7d0c95b
commit e4a79d643d

View File

@ -751,7 +751,7 @@ protected:
// for such an embedded if.
// Each leaf must have a user3p
if (!nodep->user3p()) v3fatalSrc("null user3p in V3Split leaf");
if (!nodep->user3p()) nodep->v3fatalSrc("null user3p in V3Split leaf");
// Clone the leaf into its new always block
SplitLogicVertex* vxp = (SplitLogicVertex*)(nodep->user3p());