We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f794309 commit 937a442Copy full SHA for 937a442
test-app/app_x86_fsp_qemu.c
@@ -50,7 +50,7 @@ __attribute__((aligned(8))) struct multiboot_header mbh = {
50
.hdr.magic = 0xe85250d6,
51
.hdr.architecture = 0,
52
.hdr.checksum = 0,
53
- .hdr.header_length = sizeof(struct mb2_header),
+ .hdr.header_length = sizeof(struct multiboot_header),
54
.req.type = 1,
55
.req.flags = 0,
56
.req.size = sizeof(struct mb2_tag_info_req),
0 commit comments