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/compiler/cvdisasm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/compiler/cvdisasm.c') diff --git a/source/compiler/cvdisasm.c b/source/compiler/cvdisasm.c index 8682f04e5178..d382aaa550ce 100644 --- a/source/compiler/cvdisasm.c +++ b/source/compiler/cvdisasm.c @@ -352,7 +352,7 @@ CvCloseBraceWriteComment( UINT32 Level) { - if (!Gbl_CaptureComments) + if (!AcpiGbl_CaptureComments) { AcpiOsPrintf ("}"); return; @@ -385,7 +385,7 @@ CvCloseParenWriteComment( UINT32 Level) { - if (!Gbl_CaptureComments) + if (!AcpiGbl_CaptureComments) { AcpiOsPrintf (")"); return; -- cgit v1.2.3