From f2e6c39316f68b7ccc7abb766f82ed421c8e22b4 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Fri, 23 Dec 2016 04:35:14 +0000 Subject: Import ACPICA 20161222. --- source/compiler/aslutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/compiler/aslutils.c') diff --git a/source/compiler/aslutils.c b/source/compiler/aslutils.c index 990e72f023791..1599a2e5d9536 100644 --- a/source/compiler/aslutils.c +++ b/source/compiler/aslutils.c @@ -155,7 +155,7 @@ UtDisplaySupportedTables ( /* All ACPI tables with the common table header */ printf ("\n Supported ACPI tables:\n"); - for (TableData = AcpiSupportedTables, i = 1; + for (TableData = Gbl_AcpiSupportedTables, i = 1; TableData->Signature; TableData++, i++) { printf ("%8u) %s %s\n", i, -- cgit v1.2.3