summaryrefslogtreecommitdiff
path: root/source/include/acstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/acstruct.h')
-rw-r--r--source/include/acstruct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/acstruct.h b/source/include/acstruct.h
index 3a6faa6bf06bc..10dc371ed9acd 100644
--- a/source/include/acstruct.h
+++ b/source/include/acstruct.h
@@ -88,7 +88,7 @@ typedef struct acpi_walk_state
BOOLEAN NamespaceOverride; /* Override existing objects */
UINT8 ResultSize; /* Total elements for the result stack */
UINT8 ResultCount; /* Current number of occupied elements of result stack */
- UINT32 AmlOffset;
+ UINT8 *Aml;
UINT32 ArgTypes;
UINT32 MethodBreakpoint; /* For single stepping */
UINT32 UserBreakpoint; /* User AML breakpoint */