From 3dcae82fa9645d55d5f4fa3946dbd21620bbe725 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. (cherry picked from commit 41965a84c4bc0f6694fd17203920a6672e3fac7b) --- 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 a2d870bb43..fd3d7e4384 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.25.1