multiboot2: Remove useless GRUB_PACKED
Reported by: Daniel Kiper
This commit is contained in:
parent
9545a8fd04
commit
7f2a856fae
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ struct multiboot_mmap_entry
|
||||||
#define MULTIBOOT_MEMORY_BADRAM 5
|
#define MULTIBOOT_MEMORY_BADRAM 5
|
||||||
multiboot_uint32_t type;
|
multiboot_uint32_t type;
|
||||||
multiboot_uint32_t zero;
|
multiboot_uint32_t zero;
|
||||||
} GRUB_PACKED;
|
};
|
||||||
typedef struct multiboot_mmap_entry multiboot_memory_map_t;
|
typedef struct multiboot_mmap_entry multiboot_memory_map_t;
|
||||||
|
|
||||||
struct multiboot_tag
|
struct multiboot_tag
|
||||||
|
|
Loading…
Reference in a new issue