From: Andy Polyakov Date: Sat, 15 Sep 2012 08:53:25 +0000 (+0000) Subject: sha512-sparcv9.pl: fix binutils compilation error. X-Git-Tag: master-post-reformat~1692 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=17e820aec30cae2bfdde4bf20e4c596df3eb70e8;p=oweals%2Fopenssl.git sha512-sparcv9.pl: fix binutils compilation error. Submitted by: David Miller --- diff --git a/crypto/sha/asm/sha512-sparcv9.pl b/crypto/sha/asm/sha512-sparcv9.pl index 71d67269ec..e728d6ec57 100644 --- a/crypto/sha/asm/sha512-sparcv9.pl +++ b/crypto/sha/asm/sha512-sparcv9.pl @@ -170,7 +170,7 @@ $code.=<<___ if ($i==0); ld [$inp+16],%l4 ld [$inp+20],%l5 ld [$inp+24],%l6 - cmp 0,$tmp31 + cmp $tmp31,0 ld [$inp+28],%l7 ___ $code.=<<___ if ($i<15);