diff options
Diffstat (limited to 'com32/gplinclude/acpi/madt.h')
-rw-r--r-- | com32/gplinclude/acpi/madt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/gplinclude/acpi/madt.h b/com32/gplinclude/acpi/madt.h index 39c25a70..bf464257 100644 --- a/com32/gplinclude/acpi/madt.h +++ b/com32/gplinclude/acpi/madt.h @@ -129,7 +129,7 @@ typedef struct { } __attribute__ ((packed)) s_local_sapic; typedef struct { - uint8_t *address; + uint64_t *address; s_acpi_description_header header; uint32_t local_apic_address; uint32_t flags; |