From adb5a2694a05b7705ff385e678731321f20650aa Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Fri, 13 Jan 2012 09:18:05 +0000 Subject: [PATCH] sha512-sparcv9.pl: work around V8+ warning. --- crypto/sha/asm/sha512-sparcv9.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crypto/sha/asm/sha512-sparcv9.pl b/crypto/sha/asm/sha512-sparcv9.pl index 585740789e..71d67269ec 100644 --- a/crypto/sha/asm/sha512-sparcv9.pl +++ b/crypto/sha/asm/sha512-sparcv9.pl @@ -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); -- 2.25.1