From: Richard Levitte Date: Fri, 20 Dec 2002 16:38:36 +0000 (+0000) Subject: More accurate comments. X-Git-Tag: OpenSSL_0_9_7a~86^2~71 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b58214e4ae470cbdfe078e7834f1a8bc17d4850;p=thirdparty%2Fopenssl.git More accurate comments. --- diff --git a/crypto/bn/asm/vms.mar b/crypto/bn/asm/vms.mar index 2a752489f55..8278adffd36 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$: