diff options
Diffstat (limited to 'source/common/dmtables.c')
| -rw-r--r-- | source/common/dmtables.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/common/dmtables.c b/source/common/dmtables.c index 0ec69aba7371e..b87ddd46bd30e 100644 --- a/source/common/dmtables.c +++ b/source/common/dmtables.c @@ -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; } |
