Explorar el Código

Added missing packed attribute

tags/v0.9.3
Michael Brown hace 18 años
padre
commit
bc1a37eacb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/include/gpxe/acpi.h

+ 1
- 1
src/include/gpxe/acpi.h Ver fichero

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

Loading…
Cancelar
Guardar