summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjorn Granlund <tg@gmplib.org>2020-01-15 13:30:36 +0100
committerTorbjorn Granlund <tg@gmplib.org>2020-01-15 13:30:36 +0100
commit7f2eadc590a9450f6b5d15e82d4f4433277636ba (patch)
tree69e2acdc8062408ce170947180dd7bf5127cb1aa
parent5ea6537f43901087abb91e32a5afc96910fabe41 (diff)
downloadgmp-7f2eadc590a9450f6b5d15e82d4f4433277636ba.tar.gz
Add missing FUNC_EXIT.
-rw-r--r--mpn/x86_64/bt1/gcd_11.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpn/x86_64/bt1/gcd_11.asm b/mpn/x86_64/bt1/gcd_11.asm
index ece2217f9..ef5339250 100644
--- a/mpn/x86_64/bt1/gcd_11.asm
+++ b/mpn/x86_64/bt1/gcd_11.asm
@@ -110,6 +110,7 @@ L(shr): shr R8(cnt), u0
L(end): mov v0, %rax
C rdx = 0 for the benefit of internal gcd_22 call
+ FUNC_EXIT()
ret
L(count_better):