[Gmp-commit] /var/hg/gmp: Really make 2017-06-01 change: Use 3-operand DEF_OB...
mercurial at gmplib.org
mercurial at gmplib.org
Fri Apr 19 10:07:17 UTC 2019
details: /var/hg/gmp/rev/d9fab0febb4f
changeset: 17765:d9fab0febb4f
user: Torbjorn Granlund <tg at gmplib.org>
date: Fri Apr 19 12:07:06 2019 +0200
description:
Really make 2017-06-01 change: Use 3-operand DEF_OBJECT.
diffstat:
mpn/x86_64/bd1/hamdist.asm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r c820b4da5fbe -r d9fab0febb4f mpn/x86_64/bd1/hamdist.asm
--- a/mpn/x86_64/bd1/hamdist.asm Fri Apr 19 01:23:51 2019 +0200
+++ b/mpn/x86_64/bd1/hamdist.asm Fri Apr 19 12:07:06 2019 +0200
@@ -191,7 +191,7 @@
L(ed): FUNC_EXIT()
ret
EPILOGUE()
-DEF_OBJECT(L(cnsts),16)
+DEF_OBJECT(L(cnsts),16,`JUMPTABSECT')
JMPENT( L(0), L(cnsts))
JMPENT( L(2), L(cnsts))
JMPENT( L(4), L(cnsts))
More information about the gmp-commit
mailing list