mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-27 10:08:18 +00:00
multiboot2: Remove useless GRUB_PACKED
Reported by: Daniel Kiper
This commit is contained in:
parent
9545a8fd04
commit
7f2a856fae
@ -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 New Issue
Block a user