mirror of
https://github.com/acpica/acpica/
synced 2025-02-05 16:14:06 +03:00
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:
parent
45ebe2cf90
commit
b2b7ab725c
@ -544,6 +544,8 @@ CmDoCompile (
|
|||||||
|
|
||||||
if (!RootNode)
|
if (!RootNode)
|
||||||
{
|
{
|
||||||
|
AslError (ASL_ERROR, ASL_MSG_COMPILER_INTERNAL,
|
||||||
|
NULL, "- Could not resolve parse tree root node");
|
||||||
CmCleanupAndExit ();
|
CmCleanupAndExit ();
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user