iASL: Add error message for root parse node failure.

Error message if the parse tree root node does not get
found/created.
This commit is contained in:
Robert Moore 2011-08-19 08:01:42 -07:00
parent 45ebe2cf90
commit b2b7ab725c

View File

@ -544,6 +544,8 @@ CmDoCompile (
if (!RootNode)
{
AslError (ASL_ERROR, ASL_MSG_COMPILER_INTERNAL,
NULL, "- Could not resolve parse tree root node");
CmCleanupAndExit ();
return -1;
}