ACPI_RSDT structure does not need to be packed
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 37s
Builds / ExectOS (i686) (push) Successful in 35s

This commit is contained in:
Rafal Kupiec 2024-06-03 22:27:36 +02:00
parent 5d2d409d0f
commit de709162e3
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -231,7 +231,7 @@ typedef struct _ACPI_RSDT
{
ACPI_DESCRIPTION_HEADER Header;
ULONG Tables[];
} PACKED ACPI_RSDT, *PACPI_RSDT;
} ACPI_RSDT, *PACPI_RSDT;
/* ACPI eXtended Root System Description Table (XSDT) structure */
typedef struct _ACPI_XSDT