From 5cdee2df86e8b07885e9e4554d95fdb79e9a4cfb Mon Sep 17 00:00:00 2001 From: Robert Moore Date: Fri, 23 Oct 2015 10:38:30 -0700 Subject: 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. --- source/compiler/aslcompile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/compiler/aslcompile.c') 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 */ -- cgit v1.2.1