mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 13:30:57 +03:00
Added missing packed attribute
This commit is contained in:
@@ -34,6 +34,6 @@ struct acpi_description_header {
|
|||||||
char asl_compiler_id[4];
|
char asl_compiler_id[4];
|
||||||
/** ASL compiler revision number */
|
/** ASL compiler revision number */
|
||||||
uint32_t asl_compiler_revision;
|
uint32_t asl_compiler_revision;
|
||||||
};
|
} __attribute__ (( packed ));
|
||||||
|
|
||||||
#endif /* _GPXE_ACPI_H */
|
#endif /* _GPXE_ACPI_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user