:: commit bddd30a667a88f9ea66d4aa460f503d9fa08606e

mintsuki <mintsuki@protonmail.com> — 2023-09-11 11:49

parents: ce91f10998

decompressor: Mark .entry section with proper flags in entry.asm

diff --git a/decompressor/entry.asm b/decompressor/entry.asm
index c2b94a97..8ab75408 100644
--- a/decompressor/entry.asm
+++ b/decompressor/entry.asm
@@ -2,7 +2,7 @@ extern bss_begin
 extern bss_end
 extern entry
 
-section .entry
+section .entry progbits alloc exec nowrite align=16
 
 global _start
 _start:
tab: 248 wrap: offon