Revert "Headers: Replace zero-length array with flexible-array member"

This commit is contained in:
Robert Moore 2023-02-07 10:42:28 -08:00 committed by GitHub
parent 282d8a26b7
commit 09483630ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3243,7 +3243,7 @@ typedef struct acpi_table_rgrt
UINT16 Version;
UINT8 ImageType;
UINT8 Reserved;
UINT8 Image[];
UINT8 Image[0];
} ACPI_TABLE_RGRT;