mirror of
https://github.com/limine-bootloader/limine
synced 2024-12-04 14:11:58 +03:00
multiboot2: Fix lack of argument to panic format string
This commit is contained in:
parent
7ad444936e
commit
240d9688b0
@ -192,7 +192,7 @@ noreturn void multiboot2_load(char *config, char* cmdline) {
|
||||
has_reloc_header = true;
|
||||
break;
|
||||
|
||||
default: panic(true, "multiboot2: Unknown header tag type: %u\n");
|
||||
default: panic(true, "multiboot2: Unknown header tag type: %u\n", tag->type);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user