summaryrefslogtreecommitdiff
path: root/source/compiler/aslprune.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/compiler/aslprune.c')
-rw-r--r--source/compiler/aslprune.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler/aslprune.c b/source/compiler/aslprune.c
index f15c17a9197ef..11b3ad97eedd3 100644
--- a/source/compiler/aslprune.c
+++ b/source/compiler/aslprune.c
@@ -122,7 +122,7 @@ AslPruneParseTree (
AcpiOsPrintf ("\nRemoving Objects:\n");
- TrWalkParseTree (RootNode, ASL_WALK_VISIT_DOWNWARD,
+ TrWalkParseTree (Gbl_ParseTreeRoot, ASL_WALK_VISIT_DOWNWARD,
PrTreePruneWalk, NULL, ACPI_CAST_PTR (void, &PruneObj));
AcpiOsPrintf ("\n%u Total Objects Removed\n", PruneObj.Count);