[Gmp-commit] /var/hg/gmp: Fix typo in offset affecting DOS64.

mercurial at gmplib.org mercurial at gmplib.org
Sat Aug 2 22:47:51 UTC 2014


details:   /var/hg/gmp/rev/0014cbb7a4d8
changeset: 16469:0014cbb7a4d8
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Sun Aug 03 00:47:32 2014 +0200
description:
Fix typo in offset affecting DOS64.

diffstat:

 ChangeLog                   |  4 ++++
 mpn/x86_64/bobcat/mul_1.asm |  2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 08df9dc6fa9e -r 0014cbb7a4d8 ChangeLog
--- a/ChangeLog	Sat Aug 02 14:32:46 2014 +0200
+++ b/ChangeLog	Sun Aug 03 00:47:32 2014 +0200
@@ -1,3 +1,7 @@
+2014-08-03  Torbjörn Granlund  <tege at gmplib.org>
+
+	* mpn/x86_64/bobcat/mul_1.asm: Fix typo in offset affecting DOS64.
+
 2014-07-28 Marco Bodrato <bodrato at mail.dm.unipi.it>
 
 	* mpn/generic/fib2_ui.c: remove #if HAVE_NATIVE_mpn_rsblsh_n.
diff -r 08df9dc6fa9e -r 0014cbb7a4d8 mpn/x86_64/bobcat/mul_1.asm
--- a/mpn/x86_64/bobcat/mul_1.asm	Sat Aug 02 14:32:46 2014 +0200
+++ b/mpn/x86_64/bobcat/mul_1.asm	Sun Aug 03 00:47:32 2014 +0200
@@ -66,7 +66,7 @@
 IFDOS(` define(`up',      `%rsi')    ') dnl
 IFDOS(` define(`n_param', `%r8')     ') dnl
 IFDOS(` define(`v0',      `%r9')     ') dnl
-IFDOS(` define(`cy',      `64(%rsp)')') dnl
+IFDOS(` define(`cy',      `56(%rsp)')') dnl
 C DOS64 allocations
 IFDOS(` define(`n',       `%rbx')    ') dnl
 IFDOS(` define(`w0',      `%r8')     ') dnl


More information about the gmp-commit mailing list