decompressor: Mark .entry section with proper flags in entry.asm
This commit is contained in:
parent
980423eb16
commit
898fe82b62
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue