Added method object to walk state

date	2000.03.09.22.25.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:42:18 +00:00
parent 94cab20e71
commit 91383c0201

View File

@ -515,6 +515,7 @@ typedef struct acpi_walk_state
union AcpiObjInternal *Operands[OBJ_NUM_OPERANDS]; /* Operands passed to the interpreter */
union AcpiObjInternal *Results[OBJ_NUM_OPERANDS]; /* Accumulated results */
union AcpiObjInternal *ReturnDesc; /* Return object, if any */
union AcpiObjInternal *MethodDesc; /* Method descriptor if running a method */
struct acpi_walk_state *Next; /* Next WalkState in list */
BOOLEAN LastPredicate; /* Result of last predicate */