summaryrefslogtreecommitdiff
path: root/source/compiler/aslcompile.c
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2015-10-23 10:38:30 -0700
committerRobert Moore <Robert.Moore@intel.com>2015-10-23 10:38:30 -0700
commit5cdee2df86e8b07885e9e4554d95fdb79e9a4cfb (patch)
tree23ae3f0ed6e72eb053077229c7519f5c465b2196 /source/compiler/aslcompile.c
parent64b8d2b4c4a46ef1bf97e25e08fc1293792ab20e (diff)
downloadacpica-5cdee2df86e8b07885e9e4554d95fdb79e9a4cfb.tar.gz
iASL: Add support for multiple ACPI tables in a single ASL file.
Initial support to simply compile the file to a single AML file. Probably mostly useful for testing/debugging purposes.
Diffstat (limited to 'source/compiler/aslcompile.c')
-rw-r--r--source/compiler/aslcompile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler/aslcompile.c b/source/compiler/aslcompile.c
index 491bac0c7..e9575c7af 100644
--- a/source/compiler/aslcompile.c
+++ b/source/compiler/aslcompile.c
@@ -238,7 +238,7 @@ CmDoCompile (
LsDumpParseTree ();
- OpcGetIntegerWidth (RootNode);
+ OpcGetIntegerWidth (RootNode->Asl.Child);
UtEndEvent (Event);
/* Pre-process parse tree for any operator transforms */