Import ACPICA 20171214.

This commit is contained in:
Jung-uk Kim
2017-12-14 22:56:53 +00:00
parent e692a0ddd0
commit 9ff5d7eeed
45 changed files with 266 additions and 196 deletions
+2 -2
View File
@@ -314,7 +314,7 @@ AdCreateTableHeader (
/*
* Print comments that come before this definition block.
*/
if (Gbl_CaptureComments)
if (AcpiGbl_CaptureComments)
{
ASL_CV_PRINT_ONE_COMMENT(AcpiGbl_ParseOpRoot,AML_COMMENT_STANDARD, NULL, 0);
}
@@ -517,7 +517,7 @@ AdParseTable (
}
#ifdef ACPI_ASL_COMPILER
if (Gbl_CaptureComments)
if (AcpiGbl_CaptureComments)
{
AcpiGbl_ParseOpRoot->Common.CvFilename = AcpiGbl_FileTreeRoot->Filename;
}