summaryrefslogtreecommitdiff
path: root/source/compiler/asldebug.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/compiler/asldebug.c')
-rw-r--r--source/compiler/asldebug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler/asldebug.c b/source/compiler/asldebug.c
index ba252251f72e..0dab6d57063c 100644
--- a/source/compiler/asldebug.c
+++ b/source/compiler/asldebug.c
@@ -192,7 +192,7 @@ CvDbgPrint (
va_list Args;
- if (!Gbl_CaptureComments || !AcpiGbl_DebugAslConversion)
+ if (!AcpiGbl_CaptureComments || !AcpiGbl_DebugAslConversion)
{
return;
}