x86_64-xlate.pl: minor update.
This commit is contained in:
parent
ec9cc70f72
commit
41965a84c4
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue