summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm/vms.mar
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-20 16:38:36 +0000
committerRichard Levitte <levitte@openssl.org>2002-12-20 16:38:36 +0000
commit9b58214e4ae470cbdfe078e7834f1a8bc17d4850 (patch)
treebc84dc4f012a69530f124f8e0495598310614b88 /crypto/bn/asm/vms.mar
parent3c801fa4603e0bb1efa6f33c540605ba14c4ec60 (diff)
More accurate comments.
Diffstat (limited to 'crypto/bn/asm/vms.mar')
-rw-r--r--crypto/bn/asm/vms.mar4
1 files changed, 2 insertions, 2 deletions
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$: