diff options
Diffstat (limited to 'source/compiler/cvparser.c')
-rw-r--r-- | source/compiler/cvparser.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/compiler/cvparser.c b/source/compiler/cvparser.c index b2e3e7674295..a3ef2806cc3b 100644 --- a/source/compiler/cvparser.c +++ b/source/compiler/cvparser.c @@ -254,7 +254,7 @@ CvInitFileTree ( char *ChildFilename = NULL; - if (!Gbl_CaptureComments) + if (!AcpiGbl_CaptureComments) { return; } @@ -720,7 +720,7 @@ CvCaptureCommentsOnly ( ACPI_FILE_NODE *FileNode; - if (!Gbl_CaptureComments || + if (!AcpiGbl_CaptureComments || Opcode != AML_COMMENT_OP) { return; @@ -973,7 +973,7 @@ CvCaptureComments ( const ACPI_OPCODE_INFO *OpInfo; - if (!Gbl_CaptureComments) + if (!AcpiGbl_CaptureComments) { return; } |