[Gmp-commit] /home/hgfiles/gmp: Fix _nc entry point.

mercurial at gmplib.org mercurial at gmplib.org
Thu Jan 20 11:33:18 CET 2011


details:   /home/hgfiles/gmp/rev/37ac1001d611
changeset: 13751:37ac1001d611
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Thu Jan 20 11:33:06 2011 +0100
description:
Fix _nc entry point.

diffstat:

 mpn/x86_64/core2/rsh1aors_n.asm |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 74810e3c9153 -r 37ac1001d611 mpn/x86_64/core2/rsh1aors_n.asm
--- a/mpn/x86_64/core2/rsh1aors_n.asm	Thu Jan 20 11:17:11 2011 +0100
+++ b/mpn/x86_64/core2/rsh1aors_n.asm	Thu Jan 20 11:33:06 2011 +0100
@@ -54,6 +54,7 @@
 	ALIGN(16)
 PROLOGUE(func_nc)
 	push	%rbx
+	push	%rbp
 
 	neg	%r8			C set C flag from parameter
 	mov	(up), %rbp


More information about the gmp-commit mailing list