summaryrefslogtreecommitdiff
path: root/mpi/amd64/mpih-sub1.S
diff options
context:
space:
mode:
Diffstat (limited to 'mpi/amd64/mpih-sub1.S')
-rw-r--r--mpi/amd64/mpih-sub1.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/mpi/amd64/mpih-sub1.S b/mpi/amd64/mpih-sub1.S
index b3609b02..ccf64963 100644
--- a/mpi/amd64/mpih-sub1.S
+++ b/mpi/amd64/mpih-sub1.S
@@ -42,6 +42,7 @@
.text
.globl C_SYMBOL_NAME(_gcry_mpih_sub_n)
C_SYMBOL_NAME(_gcry_mpih_sub_n:)
+ FUNC_ENTRY()
leaq (%rsi,%rcx,8), %rsi
leaq (%rdi,%rcx,8), %rdi
leaq (%rdx,%rcx,8), %rdx
@@ -58,4 +59,5 @@ C_SYMBOL_NAME(_gcry_mpih_sub_n:)
movq %rcx, %rax /* zero %rax */
adcq %rax, %rax
+ FUNC_EXIT()
ret