summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mpn/x86/pentium/sqr_basecase.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpn/x86/pentium/sqr_basecase.asm b/mpn/x86/pentium/sqr_basecase.asm
index 44bbcb139..ba0786d97 100644
--- a/mpn/x86/pentium/sqr_basecase.asm
+++ b/mpn/x86/pentium/sqr_basecase.asm
@@ -4,7 +4,7 @@ dnl P5: approx 8 cycles per crossproduct, or 15.5 cycles per triangular
dnl product at around 20x20 limbs.
-dnl Copyright 1999, 2000 Free Software Foundation, Inc.
+dnl Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
@@ -411,7 +411,7 @@ L(corner):
mull -8(%esi) C src[size-1]*src[size-2]
- movl %ecx, 0(%edi)
+ movl %ecx, (%edi)
addl %eax, %ebx
adcl $0, %edx