diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-09-27 16:43:02 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-09-27 16:43:02 +0000 |
commit | 73d55968743da26d1ff63e9939f191d217aea206 (patch) | |
tree | ffb27de4d7c207dd7aeebd04b24e04f85d23b8dc /source/compiler/dttemplate.c | |
parent | c6014c64fcfd099d0087da3509e8a623d2c30209 (diff) |
Notes
Diffstat (limited to 'source/compiler/dttemplate.c')
-rw-r--r-- | source/compiler/dttemplate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/compiler/dttemplate.c b/source/compiler/dttemplate.c index 89a145aadaf6..46f56722ce5d 100644 --- a/source/compiler/dttemplate.c +++ b/source/compiler/dttemplate.c @@ -546,7 +546,7 @@ DtCreateOneTemplate ( AcpiOsPrintf (" (static data table)\n"); - if (Gbl_VerboseTemplates) + if (AslGbl_VerboseTemplates) { AcpiOsPrintf (" * Format: [HexOffset DecimalOffset ByteLength]" " FieldName : HexFieldValue\n */\n\n"); |