From 9ff5d7eeed8c4043df7a61ffe5fd37b481537884 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Thu, 14 Dec 2017 22:56:53 +0000 Subject: Import ACPICA 20171214. --- source/components/disassembler/dmwalk.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/components/disassembler') diff --git a/source/components/disassembler/dmwalk.c b/source/components/disassembler/dmwalk.c index 750e639898aa..ce8eb2079691 100644 --- a/source/components/disassembler/dmwalk.c +++ b/source/components/disassembler/dmwalk.c @@ -527,7 +527,7 @@ AcpiDmDescendingOp ( /* Determine which file this parse node is contained in. */ - if (Gbl_CaptureComments) + if (AcpiGbl_CaptureComments) { ASL_CV_LABEL_FILENODE (Op); @@ -1046,7 +1046,7 @@ AcpiDmAscendingOp ( /* Point the Op's filename pointer to the proper file */ - if (Gbl_CaptureComments) + if (AcpiGbl_CaptureComments) { ASL_CV_LABEL_FILENODE (Op); @@ -1074,7 +1074,7 @@ AcpiDmAscendingOp ( /* Print any comments that are at the end of the file here */ - if (Gbl_CaptureComments && AcpiGbl_LastListHead) + if (AcpiGbl_CaptureComments && AcpiGbl_LastListHead) { AcpiOsPrintf ("\n"); ASL_CV_PRINT_ONE_COMMENT_LIST (AcpiGbl_LastListHead, 0); -- cgit v1.3