diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2016-02-12 18:53:29 +0000 | 
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2016-02-12 18:53:29 +0000 | 
| commit | 67ac2c42d552618270f8ba5431d63944a35a0ee7 (patch) | |
| tree | 5c13158cdf7d0b9ff31cb1f23b72fa64440df238 /source/compiler/aslmapoutput.c | |
| parent | 176870a6cad869aa9bbb6b7906be146cc651c359 (diff) | |
Notes
Diffstat (limited to 'source/compiler/aslmapoutput.c')
| -rw-r--r-- | source/compiler/aslmapoutput.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/source/compiler/aslmapoutput.c b/source/compiler/aslmapoutput.c index c17b69c0b9a1..a5b19e775e08 100644 --- a/source/compiler/aslmapoutput.c +++ b/source/compiler/aslmapoutput.c @@ -533,7 +533,7 @@ MpXrefDevices (      /* Walk the entire parse tree */ -    TrWalkParseTree (RootNode, ASL_WALK_VISIT_DOWNWARD, +    TrWalkParseTree (Gbl_ParseTreeRoot, ASL_WALK_VISIT_DOWNWARD,          MpNamespaceXrefBegin, NULL, Info);      if (!Info->References) | 
