diff options
Diffstat (limited to 'src/lib/libcrypto/perlasm')
-rwxr-xr-x | src/lib/libcrypto/perlasm/x86_64-xlate.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/perlasm/x86_64-xlate.pl b/src/lib/libcrypto/perlasm/x86_64-xlate.pl index a8393d2730..5f7f585549 100755 --- a/src/lib/libcrypto/perlasm/x86_64-xlate.pl +++ b/src/lib/libcrypto/perlasm/x86_64-xlate.pl | |||
@@ -149,7 +149,7 @@ my %globals; | |||
149 | $epilogue = "movq 8(%rsp),%rdi\n\t" . | 149 | $epilogue = "movq 8(%rsp),%rdi\n\t" . |
150 | "movq 16(%rsp),%rsi\n\t"; | 150 | "movq 16(%rsp),%rsi\n\t"; |
151 | } | 151 | } |
152 | $epilogue . ".byte 0xf3,0xc3"; | 152 | $epilogue . "retq"; |
153 | } elsif ($self->{op} eq "call" && !$elf && $current_segment eq ".init") { | 153 | } elsif ($self->{op} eq "call" && !$elf && $current_segment eq ".init") { |
154 | ".p2align\t3\n\t.quad"; | 154 | ".p2align\t3\n\t.quad"; |
155 | } else { | 155 | } else { |