Преглед изворни кода

Added missing packed attribute

tags/v0.9.3
Michael Brown пре 20 година
родитељ
комит
bc1a37eacb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      src/include/gpxe/acpi.h

+ 1
- 1
src/include/gpxe/acpi.h Прегледај датотеку

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…
Откажи
Сачувај