summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-11-29 23:28:07 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-11-29 23:28:07 +0100
commit2c033efc02631f22e6e180ce737a2faf81b09ccc (patch)
treefc25be4992713698e02c39c87ce45ad3eaa18b32
parent23df1f61b5f28b4bf4953acd2b069d1f09d6450f (diff)
downloadgmp-2c033efc02631f22e6e180ce737a2faf81b09ccc.tar.gz
Fix typo in last change (thanks Marco!).
-rw-r--r--mpn/x86_64/mod_1_4.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/mpn/x86_64/mod_1_4.asm b/mpn/x86_64/mod_1_4.asm
index 3068e3def..629520877 100644
--- a/mpn/x86_64/mod_1_4.asm
+++ b/mpn/x86_64/mod_1_4.asm
@@ -160,6 +160,7 @@ L(end): mov 8(%r14), R32(%rsi)
pop %r12
pop %r13
pop %r14
+ pop %r15
DOS64_EXIT()
ret
EPILOGUE()