diff --git a/sys/ld/arch/x86_64/resolve.S b/sys/ld/arch/x86_64/resolve.S index 7e4a208..596afa9 100644 --- a/sys/ld/arch/x86_64/resolve.S +++ b/sys/ld/arch/x86_64/resolve.S @@ -12,8 +12,6 @@ _dl_runtime_resolve: pop %rax pop %r11 - push %rsp - push %rbp push %rdi push %rsi push %rdx @@ -41,7 +39,5 @@ _dl_runtime_resolve: pop %rdx pop %rsi pop %rdi - pop %rbp - pop %rsp jmp *%rax