summaryrefslogtreecommitdiff
path: root/cipher/arcfour-amd64.S
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/arcfour-amd64.S')
-rw-r--r--cipher/arcfour-amd64.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/cipher/arcfour-amd64.S b/cipher/arcfour-amd64.S
index c32cd6f1..8b8031a1 100644
--- a/cipher/arcfour-amd64.S
+++ b/cipher/arcfour-amd64.S
@@ -85,8 +85,8 @@ _gcry_arcfour_amd64:
.Lfinished:
dec %rcx # x--
- movb %dl, (4*256)(%rbp) # key->y = y
- movb %cl, (4*256+4)(%rbp) # key->x = x
+ movb %cl, (4*256)(%rbp) # key->y = y
+ movb %dl, (4*256+4)(%rbp) # key->x = x
pop %rbx
pop %rbp
ret