mirror of
https://github.com/rhboot/gnu-efi
synced 2026-08-26 00:26:04 -04:00
crt0-efi-x86_64: remove unused label
The .exit label doesn't get used, and it makes comparing binaries across arch slightly more difficult. This patch removes it. Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
b83f0845b5
commit
03670e14f2
1 changed files with 0 additions and 1 deletions
|
|
@ -59,7 +59,6 @@ _start:
|
|||
call efi_main
|
||||
addq $8, %rsp
|
||||
|
||||
.exit:
|
||||
ret
|
||||
|
||||
// hand-craft a dummy .reloc section so EFI knows it's a relocatable executable:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue