mirror of
https://github.com/acpica/acpica/
synced 2025-02-23 08:54:16 +03:00
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:
parent
458ee68f9b
commit
58758ff678
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user