Internals: Fix class dump

This commit is contained in:
Wilson Snyder
2021-12-22 20:06:14 -05:00
parent 0658a7654f
commit fd45be3def
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -302,5 +302,5 @@ public:
void V3LinkJump::linkJump(AstNetlist* nodep) {
UINFO(2, __FUNCTION__ << ": " << endl);
{ LinkJumpVisitor{nodep}; } // Destruct before checking
V3Global::dumpCheckGlobalTree("link", 0, v3Global.opt.dumpTreeLevel(__FILE__) >= 3);
V3Global::dumpCheckGlobalTree("linkjump", 0, v3Global.opt.dumpTreeLevel(__FILE__) >= 3);
}