x86_64-gf2m.pl: fix typo.
This commit is contained in:
parent
7c43601d44
commit
342dbbbe4e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
|
|||
die "can't locate x86_64-xlate.pl";
|
||||
|
||||
open OUT,"| \"$^X\" $xlate $flavour $output";
|
||||
STDOUT=*OUT;
|
||||
*STDOUT=*OUT;
|
||||
|
||||
($lo,$hi)=("%rax","%rdx"); $a=$lo;
|
||||
($i0,$i1)=("%rsi","%rdi");
|
||||
|
|
Loading…
Reference in a new issue