From: Richard Levitte Date: Fri, 20 Dec 2002 16:38:40 +0000 (+0000) Subject: More accurate comments. X-Git-Tag: OpenSSL_0_9_7~32 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4e356d9876b81bbe8d0fce2400f1f0b05f9197d1;p=oweals%2Fopenssl.git More accurate comments. --- diff --git a/crypto/bn/asm/vms.mar b/crypto/bn/asm/vms.mar index 2a752489f5..8278adffd3 100644 --- a/crypto/bn/asm/vms.mar +++ b/crypto/bn/asm/vms.mar @@ -277,7 +277,7 @@ d=12 ;(AP) d by value (input) 3$: tstl r7 blss 4$ - ashl #1,r2,r2 ; q = q << 1 + ashl #1,r2,r2 ; if d' >= 0, q = q << 1 4$: ashl #1,r2,r2 ; q = q << 1 rotl #2,r3,r3 ; r = r << 2 @@ -288,7 +288,7 @@ d=12 ;(AP) d by value (input) tstl r7 bgeq 5$ bitl #1,r7 - beql 5$ ; if d < 0 && d & 1 + beql 5$ ; if d' < 0 && d' & 1 subl r2,r3 ; [r',r] = [r',r] - q sbwc #0,r6 45$: