From 41965a84c4bc0f6694fd17203920a6672e3fac7b Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Mon, 9 Dec 2013 21:23:19 +0100 Subject: [PATCH] x86_64-xlate.pl: minor update. --- crypto/perlasm/x86_64-xlate.pl | 1 + 1 file changed, 1 insertion(+) 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; -- 2.34.1