Browse Source

Added missing packed attribute

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
bc1a37eacb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/include/gpxe/acpi.h

+ 1
- 1
src/include/gpxe/acpi.h View File

34
 	char asl_compiler_id[4];
34
 	char asl_compiler_id[4];
35
 	/** ASL compiler revision number */
35
 	/** ASL compiler revision number */
36
 	uint32_t asl_compiler_revision;
36
 	uint32_t asl_compiler_revision;
37
-};
37
+} __attribute__ (( packed ));
38
 
38
 
39
 #endif /* _GPXE_ACPI_H */
39
 #endif /* _GPXE_ACPI_H */

Loading…
Cancel
Save