diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2018-10-09 18:40:36 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2018-10-09 18:40:36 +0000 |
commit | 6f1f1a6395c91c5a845727d7313921a6fe3d297b (patch) | |
tree | 5a7708252127a78c03eaf2549eea90422dfbe608 /sys/contrib/dev/acpica/compiler/dttemplate.c | |
parent | 539a27e105f7f7c657dc0f8bb297b9b571102cfb (diff) | |
parent | 73d55968743da26d1ff63e9939f191d217aea206 (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.c | 2 |
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"); |