Commit 26e6bac1 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

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

parent fc6fc7ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ $code.=<<___ if(!$softonly);
.align	32
.Lsoft_ghash:
___
$cdoe.=<<___ if ($flavour =~ /3[12]/);
$code.=<<___ if ($flavour =~ /3[12]/);
	llgfr	$len,$len
___
$code.=<<___;