Skip to content

Commit b33ad13

Browse files
authored
Merge pull request #363 from adamscott/fix-bin2o
Fix bin2o generated elf header
2 parents 18ba1cc + 5ec5a93 commit b33ad13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/bin2o.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ unsigned char elf_header[] = {
5656
0x00, 0x00, 0x00, 0x00, // e_entry
5757
0x00, 0x00, 0x00, 0x00, // e_phoff
5858
0x34, 0x00, 0x00, 0x00, // e_shoff
59-
0x01, 0x40, 0x92, 0x20, // e_flags
59+
0x01, 0x40, 0x92, 0x10, // e_flags
6060
0x34, 0x00, // e_ehsize
6161
0x00, 0x00, // e_phentsize
6262
0x00, 0x00, // e_phnum

0 commit comments

Comments
 (0)