Added parser op cache

date	2000.05.04.20.51.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 19:42:33 +00:00
parent cef45b24f3
commit 981ce7a7e1

View File

@ -433,7 +433,7 @@ typedef union acpi_op_value
#define ACPI_COMMON_OP \
UINT8 DataType; /* To differentiate various internal objs */\
UINT8 Flags; /* Not used */\
UINT8 Flags; /* Type of Op */\
UINT16 Opcode; /* AML opcode */\
UINT32 AmlOffset; /* offset of declaration in AML */\
struct acpi_generic_op *Parent; /* parent op */\