summaryrefslogtreecommitdiff
path: root/source/compiler/aslcompile.c
diff options
context:
space:
mode:
authorRobert Moore <Robert.Moore@intel.com>2017-12-08 07:54:39 -0800
committerRobert Moore <Robert.Moore@intel.com>2017-12-08 07:54:39 -0800
commitab9c83985e8b2b25dc1c173b753280a8d04922b5 (patch)
treec93a4f9caa9f6078ae63865c7ba4137e9bbf6f46 /source/compiler/aslcompile.c
parent64ad9c69a1bd534a466e060a33c0bbf5fc9e189c (diff)
downloadacpica-ab9c83985e8b2b25dc1c173b753280a8d04922b5.tar.gz
Rename a global variable, no functional change
Rename to add the standard prefix for globals.
Diffstat (limited to 'source/compiler/aslcompile.c')
-rw-r--r--source/compiler/aslcompile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler/aslcompile.c b/source/compiler/aslcompile.c
index 1ddb8864c..ae78cec4d 100644
--- a/source/compiler/aslcompile.c
+++ b/source/compiler/aslcompile.c
@@ -469,7 +469,7 @@ CmDoCompile (
* node during compilation. We take the very last comment and save it in a
* global for it to be used by the disassembler.
*/
- if (Gbl_CaptureComments)
+ if (AcpiGbl_CaptureComments)
{
AcpiGbl_LastListHead = Gbl_ParseTreeRoot->Asl.CommentList;
Gbl_ParseTreeRoot->Asl.CommentList = NULL;