diff --git a/source/components/executer/exresolv.c b/source/components/executer/exresolv.c index 043395a4c..11914959d 100644 --- a/source/components/executer/exresolv.c +++ b/source/components/executer/exresolv.c @@ -120,6 +120,7 @@ #include #include #include +#include #define _THIS_MODULE "ievalue.c" @@ -542,7 +543,7 @@ AmlGetRvalueFromEntry ( * 2) A pointer into the AML stream (into one of the ACPI system tables) */ - if (NsIsInSystemTable (ValDesc)) + if (TbSystemTablePointer (ValDesc)) { AttachedAmlPointer = TRUE; AmlOpcode = *((UINT8 *) ValDesc);