summaryrefslogtreecommitdiff
path: root/mpi/i386/mpih-mul1.S
diff options
context:
space:
mode:
Diffstat (limited to 'mpi/i386/mpih-mul1.S')
-rw-r--r--mpi/i386/mpih-mul1.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/mpi/i386/mpih-mul1.S b/mpi/i386/mpih-mul1.S
index cf87046f..2a4426a9 100644
--- a/mpi/i386/mpih-mul1.S
+++ b/mpi/i386/mpih-mul1.S
@@ -35,7 +35,7 @@
/*******************
* mpi_limb_t
- * mpihelp_mul_1( mpi_ptr_t res_ptr, (sp + 4)
+ * _gcry_mpih_mul_1( mpi_ptr_t res_ptr, (sp + 4)
* mpi_ptr_t s1_ptr, (sp + 8)
* mpi_size_t s1_size, (sp + 12)
* mpi_limb_t s2_limb) (sp + 16)
@@ -48,8 +48,8 @@
TEXT
ALIGN (3)
- GLOBL C_SYMBOL_NAME(mpihelp_mul_1)
-C_SYMBOL_NAME(mpihelp_mul_1:)
+ GLOBL C_SYMBOL_NAME(_gcry_mpih_mul_1)
+C_SYMBOL_NAME(_gcry_mpih_mul_1:)
INSN1(push,l ,R(edi))
INSN1(push,l ,R(esi))