add VL_RESTORER for m_clonedConstraints
This commit is contained in:
parent
2f3a7549cb
commit
d16f3988de
|
|
@ -335,6 +335,7 @@ class RandomizeMarkVisitor final : public VNVisitor {
|
|||
void visit(AstClass* nodep) override {
|
||||
VL_RESTORER(m_classp);
|
||||
VL_RESTORER(m_modp);
|
||||
VL_RESTORER(m_clonedConstraints);
|
||||
m_modp = m_classp = nodep;
|
||||
iterateChildrenConst(nodep);
|
||||
if (nodep->extendsp()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue