mirror of
https://github.com/acpica/acpica/
synced 2025-01-28 04:05:20 +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)
|
||||
{
|
||||
AslError (ASL_ERROR, ASL_MSG_COMPILER_INTERNAL,
|
||||
NULL, "- Could not resolve parse tree root node");
|
||||
CmCleanupAndExit ();
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user