summaryrefslogtreecommitdiff
path: root/win-x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'win-x86_64')
-rw-r--r--win-x86_64/crypto/bn/x86_64-mont5.asm5
1 files changed, 2 insertions, 3 deletions
diff --git a/win-x86_64/crypto/bn/x86_64-mont5.asm b/win-x86_64/crypto/bn/x86_64-mont5.asm
index cd9a6e5d..58f19ac2 100644
--- a/win-x86_64/crypto/bn/x86_64-mont5.asm
+++ b/win-x86_64/crypto/bn/x86_64-mont5.asm
@@ -1868,6 +1868,7 @@ $L$8x_tail:
ALIGN 32
$L$8x_tail_done:
+ xor rax,rax
add r8,QWORD[rdx]
adc r9,0
adc r10,0
@@ -1876,9 +1877,7 @@ $L$8x_tail_done:
adc r13,0
adc r14,0
adc r15,0
-
-
- xor rax,rax
+ adc rax,0
neg rsi
$L$8x_no_tail: