x86_64-gf2m.pl: fix typo.

(cherry picked from commit 342dbbbe4eb82b6e12163965a12f580c2deb03ad)
This commit is contained in:
Andy Polyakov 2013-03-01 22:36:36 +01:00
parent 2e4b7eede3
commit 2d9be79407

View File

@ -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");