From: Andy Polyakov Date: Mon, 23 Nov 2009 19:51:24 +0000 (+0000) Subject: x86_64-xlate.pl: fix typo introduced in last commit. X-Git-Tag: OpenSSL_1_0_0-beta5~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8c1b19a311afd4c8f4bf30892087ecf41fe3060;p=openssl x86_64-xlate.pl: fix typo introduced in last commit. PR: 2109 --- diff --git a/crypto/perlasm/x86_64-xlate.pl b/crypto/perlasm/x86_64-xlate.pl index efded8f132..c1d303520c 100755 --- a/crypto/perlasm/x86_64-xlate.pl +++ b/crypto/perlasm/x86_64-xlate.pl @@ -242,7 +242,7 @@ my %globals; if ($gas) { # Solaris /usr/ccs/bin/as can't handle multiplications # in $self->{label}, new gas requires sign extentions... - user integer; + use integer; $self->{label} =~ s/(?>32/egi; $self->{label} =~ s/([0-9]+\s*[\*\/\%]\s*[0-9]+)/eval($1)/eg; $self->{label} =~ s/^___imp_/__imp__/ if ($flavour eq "mingw64");