aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/dev/acpica/compiler/dttemplate.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2018-10-09 18:40:36 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2018-10-09 18:40:36 +0000
commit6f1f1a6395c91c5a845727d7313921a6fe3d297b (patch)
tree5a7708252127a78c03eaf2549eea90422dfbe608 /sys/contrib/dev/acpica/compiler/dttemplate.c
parent539a27e105f7f7c657dc0f8bb297b9b571102cfb (diff)
parent73d55968743da26d1ff63e9939f191d217aea206 (diff)
Update ACPICA to 20181003.
Approved by: re (gjb)
Notes
Notes: svn path=/head/; revision=339262
Diffstat (limited to 'sys/contrib/dev/acpica/compiler/dttemplate.c')
-rw-r--r--sys/contrib/dev/acpica/compiler/dttemplate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/contrib/dev/acpica/compiler/dttemplate.c b/sys/contrib/dev/acpica/compiler/dttemplate.c
index 83546968f8c4..7f45bde1fd9c 100644
--- a/sys/contrib/dev/acpica/compiler/dttemplate.c
+++ b/sys/contrib/dev/acpica/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");