From 744d47ba98ced2e2a7d3aff2f894136544386e34 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Thu, 29 Jun 2017 18:42:13 +0000 Subject: Import ACPICA 20170629. --- source/components/tables/tbxfload.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/components/tables/tbxfload.c') diff --git a/source/components/tables/tbxfload.c b/source/components/tables/tbxfload.c index 6b79793488f27..57720067a2ad3 100644 --- a/source/components/tables/tbxfload.c +++ b/source/components/tables/tbxfload.c @@ -336,11 +336,11 @@ AcpiTbLoadNamespace ( { Table = &AcpiGbl_RootTableList.Tables[i]; - if (!AcpiGbl_RootTableList.Tables[i].Address || + if (!Table->Address || (!ACPI_COMPARE_NAME (Table->Signature.Ascii, ACPI_SIG_SSDT) && !ACPI_COMPARE_NAME (Table->Signature.Ascii, ACPI_SIG_PSDT) && !ACPI_COMPARE_NAME (Table->Signature.Ascii, ACPI_SIG_OSDT)) || - ACPI_FAILURE (AcpiTbValidateTable (Table))) + ACPI_FAILURE (AcpiTbValidateTable (Table))) { continue; } -- cgit v1.2.3