sha512-sparcv9.pl: work around V8+ warning.
authorAndy Polyakov <appro@openssl.org>
Fri, 13 Jan 2012 09:18:05 +0000 (09:18 +0000)
committerAndy Polyakov <appro@openssl.org>
Fri, 13 Jan 2012 09:18:05 +0000 (09:18 +0000)
crypto/sha/asm/sha512-sparcv9.pl

index 585740789e63e780cc7bb2549d120bf0d13090af..71d67269ec25e789eeb82e68bebee3acbefd8756 100644 (file)
@@ -170,6 +170,7 @@ $code.=<<___ if ($i==0);
        ld      [$inp+16],%l4
        ld      [$inp+20],%l5
        ld      [$inp+24],%l6
+       cmp     0,$tmp31
        ld      [$inp+28],%l7
 ___
 $code.=<<___ if ($i<15);
@@ -185,7 +186,7 @@ $code.=<<___ if ($i<15);
        $ST     $tmp2,[%sp+`$bias+$frame+$i*$SZ`]
 ___
 $code.=<<___ if ($i==12);
-       brnz,a  $tmp31,.+8
+       bnz,a,pn        %icc,.+8
        ld      [$inp+128],%l0
 ___
 $code.=<<___ if ($i==15);