diff options
Diffstat (limited to 'gnu-efi/gnuefi/crt0-efi-x86_64.S')
-rw-r--r-- | gnu-efi/gnuefi/crt0-efi-x86_64.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-efi/gnuefi/crt0-efi-x86_64.S b/gnu-efi/gnuefi/crt0-efi-x86_64.S index 0d99c151..8a4aabf5 100644 --- a/gnu-efi/gnuefi/crt0-efi-x86_64.S +++ b/gnu-efi/gnuefi/crt0-efi-x86_64.S @@ -72,3 +72,4 @@ _start: .4byte .dummy1-.dummy0 // Page RVA .4byte 10 // Block Size (2*4+2) .2byte (IMAGE_REL_ABSOLUTE<<12) + 0 // reloc for dummy + .section .note.GNU-stack,"a" |