Add 'See the manual' to unsupported+internal errors

This commit is contained in:
Wilson Snyder
2009-06-21 19:37:15 -04:00
parent 96b23f6edd
commit 2aa618ce98
5 changed files with 30 additions and 10 deletions
+1 -1
View File
@@ -432,7 +432,7 @@ private:
}
virtual void visit(AstTopScope* nodep, AstNUser*) {
// Process the last thing we're finishing
if (m_topScopep) nodep->v3fatalSrc("Only one topscope supported");
if (m_topScopep) nodep->v3fatalSrc("Only one topscope should ever be created");
UINFO(2," Loading tree...\n");
//VV***** We reset userp()
AstNode::user1ClearTree();