diff options
Diffstat (limited to 'libbb/hash_md5_sha_x86-64.S')
-rw-r--r-- | libbb/hash_md5_sha_x86-64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/hash_md5_sha_x86-64.S b/libbb/hash_md5_sha_x86-64.S index 3e1c4b455..ec4e63765 100644 --- a/libbb/hash_md5_sha_x86-64.S +++ b/libbb/hash_md5_sha_x86-64.S | |||
@@ -21,7 +21,7 @@ sha1_process_block64: | |||
21 | # ebp: e | 21 | # ebp: e |
22 | # esi,edi: temps | 22 | # esi,edi: temps |
23 | # -32+4*n(%rsp),r8...r15: W[0..7,8..15] | 23 | # -32+4*n(%rsp),r8...r15: W[0..7,8..15] |
24 | # (TODO: actually W[0..7] are used a bit more often, put _thme_ into r8..r15?) | 24 | # (TODO: actually W[0..7] are used a bit more often, put _them_ into r8..r15?) |
25 | 25 | ||
26 | movq 4*8(%rdi), %r8 | 26 | movq 4*8(%rdi), %r8 |
27 | bswapq %r8 | 27 | bswapq %r8 |