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

This commit is contained in:
mintsuki 2023-09-11 06:49:42 -05:00
parent 09c87feaee
commit 756dd235ea
1 changed files with 1 additions and 1 deletions

View File

@ -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: