瀏覽代碼

Added missing packed attribute

tags/v0.9.3
Michael Brown 18 年之前
父節點
當前提交
bc1a37eacb
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/include/gpxe/acpi.h

+ 1
- 1
src/include/gpxe/acpi.h 查看文件

@@ -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…
取消
儲存