From 5ec5a93136a247820f80a226006911c68ce1127f Mon Sep 17 00:00:00 2001 From: Adam Scott Date: Fri, 8 May 2026 11:05:47 -0400 Subject: [PATCH] Fix bin2o generated elf header --- tools/bin2o.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/bin2o.c b/tools/bin2o.c index 099342d617..2619bead15 100644 --- a/tools/bin2o.c +++ b/tools/bin2o.c @@ -56,7 +56,7 @@ unsigned char elf_header[] = { 0x00, 0x00, 0x00, 0x00, // e_entry 0x00, 0x00, 0x00, 0x00, // e_phoff 0x34, 0x00, 0x00, 0x00, // e_shoff - 0x01, 0x40, 0x92, 0x20, // e_flags + 0x01, 0x40, 0x92, 0x10, // e_flags 0x34, 0x00, // e_ehsize 0x00, 0x00, // e_phentsize 0x00, 0x00, // e_phnum