diff options
author | Denys Vlasenko | 2022-01-08 00:41:09 +0100 |
---|---|---|
committer | Denys Vlasenko | 2022-01-08 00:41:09 +0100 |
commit | 805ececa615606c02a5ca8f37f84dbbc527221eb (patch) | |
tree | 47d5caeb29cbe17df0859946dbea173ed07be251 /libbb/hash_md5_sha_x86-64.S.sh | |
parent | 0bab5da37e6c2351936bf3fade2eb1a6d75bb171 (diff) | |
download | busybox-805ececa615606c02a5ca8f37f84dbbc527221eb.zip busybox-805ececa615606c02a5ca8f37f84dbbc527221eb.tar.gz |
whitespace fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/hash_md5_sha_x86-64.S.sh')
-rwxr-xr-x | libbb/hash_md5_sha_x86-64.S.sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libbb/hash_md5_sha_x86-64.S.sh b/libbb/hash_md5_sha_x86-64.S.sh index 7e50b64..eef0095 100755 --- a/libbb/hash_md5_sha_x86-64.S.sh +++ b/libbb/hash_md5_sha_x86-64.S.sh @@ -11,8 +11,8 @@ echo \ #if CONFIG_SHA1_SMALL == 0 && defined(__GNUC__) && defined(__x86_64__) .section .text.sha1_process_block64,"ax",@progbits - .globl sha1_process_block64 - .hidden sha1_process_block64 + .globl sha1_process_block64 + .hidden sha1_process_block64 .type sha1_process_block64, @function .balign 8 # allow decoders to fetch at least 5 first insns @@ -265,15 +265,15 @@ RD2 ax bx cx dx bp 75; RD2 bp ax bx cx dx 76; RD2 dx bp ax bx cx 77; RD2 cx dx b echo " popq %rdi # popq %r12 # - addl %eax, 80(%rdi) # ctx->hash[0] += a + addl %eax, 80(%rdi) # ctx->hash[0] += a popq %r13 # - addl %ebx, 84(%rdi) # ctx->hash[1] += b + addl %ebx, 84(%rdi) # ctx->hash[1] += b popq %r14 # - addl %ecx, 88(%rdi) # ctx->hash[2] += c + addl %ecx, 88(%rdi) # ctx->hash[2] += c popq %r15 # - addl %edx, 92(%rdi) # ctx->hash[3] += d + addl %edx, 92(%rdi) # ctx->hash[3] += d popq %rbx # - addl %ebp, 96(%rdi) # ctx->hash[4] += e + addl %ebp, 96(%rdi) # ctx->hash[4] += e popq %rbp # ret |