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/cvdisasm.c | |
| parent | e692a0ddd0131f04acfda4c63b1a4c0c805feef5 (diff) | |
Diffstat (limited to 'source/compiler/cvdisasm.c')
| -rw-r--r-- | source/compiler/cvdisasm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/compiler/cvdisasm.c b/source/compiler/cvdisasm.c index 8682f04e51783..d382aaa550cef 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; |
