sha512-sparcv9.pl: work around V8+ warning.

This commit is contained in:
Andy Polyakov 2012-01-13 09:18:05 +00:00
parent 23b93b587b
commit adb5a2694a

View File

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