From: Andy Polyakov Date: Mon, 9 Dec 2013 20:23:19 +0000 (+0100) Subject: x86_64-xlate.pl: minor update. X-Git-Tag: master-post-reformat~1052 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=41965a84c4bc0f6694fd17203920a6672e3fac7b;p=oweals%2Fopenssl.git x86_64-xlate.pl: minor update. --- diff --git a/crypto/perlasm/x86_64-xlate.pl b/crypto/perlasm/x86_64-xlate.pl index bd165b152b..ed74b85ac9 100755 --- a/crypto/perlasm/x86_64-xlate.pl +++ b/crypto/perlasm/x86_64-xlate.pl @@ -834,6 +834,7 @@ while($line=<>) { $line =~ s|[#!].*$||; # get rid of asm-style comments... $line =~ s|/\*.*\*/||; # ... and C-style comments... $line =~ s|^\s+||; # ... and skip white spaces in beginning + $line =~ s|\s+$||; # ... and at the end undef $label; undef $opcode;