From a8c1b19a311afd4c8f4bf30892087ecf41fe3060 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Mon, 23 Nov 2009 19:51:24 +0000 Subject: [PATCH] x86_64-xlate.pl: fix typo introduced in last commit. PR: 2109 --- crypto/perlasm/x86_64-xlate.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.25.1