diff options
Diffstat (limited to 'src/kernel/include/multiboot.h')
-rw-r--r-- | src/kernel/include/multiboot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/include/multiboot.h b/src/kernel/include/multiboot.h index f84b626..b340a38 100644 --- a/src/kernel/include/multiboot.h +++ b/src/kernel/include/multiboot.h @@ -39,7 +39,7 @@ typedef struct { union { struct aout_symbol_table_t aout_sym; struct elf_section_header_table_t elf_sec; - } u; + }; unsigned long mmap_length; unsigned long mmap_addr; } multiboot_info_t; |