decompressor: Mark .entry section with proper flags in entry.asm
This commit is contained in:
parent
09c87feaee
commit
756dd235ea
@ -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
Block a user