x86_64-gf2m.pl: add missing Windows build fix for #2963.
PR: 3004 (cherry picked from commit 7c43601d4424575d589f028aed0d5a4ae337527f)
This commit is contained in:
parent
e1dee801b9
commit
2e4b7eede3
@ -31,7 +31,8 @@ $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
|
||||
( $xlate="${dir}../../perlasm/x86_64-xlate.pl" and -f $xlate) or
|
||||
die "can't locate x86_64-xlate.pl";
|
||||
|
||||
open STDOUT,"| \"$^X\" $xlate $flavour $output";
|
||||
open OUT,"| \"$^X\" $xlate $flavour $output";
|
||||
STDOUT=*OUT;
|
||||
|
||||
($lo,$hi)=("%rax","%rdx"); $a=$lo;
|
||||
($i0,$i1)=("%rsi","%rdi");
|
||||
|
Loading…
x
Reference in New Issue
Block a user