diff options
Diffstat (limited to 'arch/x86/lib/crt0_x86_64_efi.S')
-rw-r--r-- | arch/x86/lib/crt0_x86_64_efi.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/lib/crt0_x86_64_efi.S b/arch/x86/lib/crt0_x86_64_efi.S index bb8d3cf8a9..47ed5af972 100644 --- a/arch/x86/lib/crt0_x86_64_efi.S +++ b/arch/x86/lib/crt0_x86_64_efi.S @@ -18,9 +18,6 @@ _start: pushq %rcx pushq %rdx - mov %rcx, %r8 - mov %rdx, %r9 - lea image_base(%rip), %rcx lea _DYNAMIC(%rip), %rdx |