mirror of
https://github.com/acpica/acpica/
synced 2025-02-16 05:24:36 +03:00
Added parser op cache
date 2000.05.04.20.51.00; author rmoore1; state Exp;
This commit is contained in:
parent
cef45b24f3
commit
981ce7a7e1
@ -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 */\
|
||||
|
Loading…
x
Reference in New Issue
Block a user