summaryrefslogtreecommitdiff
path: root/compiler/aslcompile.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2011-09-26 21:40:21 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2011-09-26 21:40:21 +0000
commit33c583d0c71a12a703f849679505114e27bba011 (patch)
treebda6aef6d9417d30e2c8a2a389d0d13586c507aa /compiler/aslcompile.c
parentf885636060ce6a22f621a4765c5ea055fbf0cea8 (diff)
Notes
Diffstat (limited to 'compiler/aslcompile.c')
-rw-r--r--compiler/aslcompile.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/aslcompile.c b/compiler/aslcompile.c
index ec1b59783cbd..bd22dd2105a0 100644
--- a/compiler/aslcompile.c
+++ b/compiler/aslcompile.c
@@ -472,6 +472,8 @@ CmDoCompile (
if (!RootNode)
{
+ AslError (ASL_ERROR, ASL_MSG_COMPILER_INTERNAL,
+ NULL, "- Could not resolve parse tree root node");
CmCleanupAndExit ();
return -1;
}