All table management functions moved to new Table subcomponent

date	99.10.13.22.24.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 17:47:09 +00:00
parent 458ee68f9b
commit 58758ff678

View File

@ -120,6 +120,7 @@
#include <interpreter.h>
#include <amlcode.h>
#include <namespace.h>
#include <tables.h>
#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);