From 7f2eadc590a9450f6b5d15e82d4f4433277636ba Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Wed, 15 Jan 2020 13:30:36 +0100 Subject: Add missing FUNC_EXIT. --- mpn/x86_64/bt1/gcd_11.asm | 1 + 1 file changed, 1 insertion(+) 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): -- cgit v1.2.1