Import ACPICA 20171214.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user