summaryrefslogtreecommitdiff
path: root/mpi/i386/mpih-rshift.S
diff options
context:
space:
mode:
Diffstat (limited to 'mpi/i386/mpih-rshift.S')
-rw-r--r--mpi/i386/mpih-rshift.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/mpi/i386/mpih-rshift.S b/mpi/i386/mpih-rshift.S
index 9718204c..9d5e4ac9 100644
--- a/mpi/i386/mpih-rshift.S
+++ b/mpi/i386/mpih-rshift.S
@@ -35,7 +35,7 @@
/*******************
* mpi_limb_t
- * mpihelp_rshift( mpi_ptr_t wp, (sp + 4)
+ * _gcry_mpih_rshift( mpi_ptr_t wp, (sp + 4)
* mpi_ptr_t up, (sp + 8)
* mpi_size_t usize, (sp + 12)
* unsigned cnt) (sp + 16)
@@ -43,8 +43,8 @@
.text
ALIGN (3)
- .globl C_SYMBOL_NAME(mpihelp_rshift)
-C_SYMBOL_NAME(mpihelp_rshift:)
+ .globl C_SYMBOL_NAME(_gcry_mpih_rshift)
+C_SYMBOL_NAME(_gcry_mpih_rshift:)
pushl %edi
pushl %esi
pushl %ebx