diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2017-12-14 22:56:53 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2017-12-14 22:56:53 +0000 |
| commit | 9ff5d7eeed8c4043df7a61ffe5fd37b481537884 (patch) | |
| tree | ae5d2fdb93f45dd3fa526aa0d7a67ad8e8c98ec7 /source/compiler/cvparser.c | |
| parent | e692a0ddd0131f04acfda4c63b1a4c0c805feef5 (diff) | |
Notes
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; } |
