mirror of
https://github.com/acpica/acpica/
synced 2025-01-10 11:32:05 +03:00
Added method object to walk state
date 2000.03.09.22.25.00; author rmoore1; state Exp;
This commit is contained in:
parent
94cab20e71
commit
91383c0201
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user