ghash-s390x.pl: fix typo [that can induce SEGV in 31-bit build].

This commit is contained in:
Andy Polyakov 2012-04-12 06:44:34 +00:00
parent fc6fc7ff38
commit 26e6bac143

View File

@ -138,7 +138,7 @@ $code.=<<___ if(!$softonly);
.align 32 .align 32
.Lsoft_ghash: .Lsoft_ghash:
___ ___
$cdoe.=<<___ if ($flavour =~ /3[12]/); $code.=<<___ if ($flavour =~ /3[12]/);
llgfr $len,$len llgfr $len,$len
___ ___
$code.=<<___; $code.=<<___;