perlas/ppc-xlate.pl: fix typo.
This commit is contained in:
parent
c944f81703
commit
0e0a105364
@ -92,7 +92,7 @@ my $quad = sub {
|
|||||||
{ $hi=undef; $lo=$_; }
|
{ $hi=undef; $lo=$_; }
|
||||||
|
|
||||||
if (defined($hi))
|
if (defined($hi))
|
||||||
{ push(@ret,$flavour=~/lei$/o?".long\t$lo,$hi":".long\t$hi,$lo"); }
|
{ push(@ret,$flavour=~/le$/o?".long\t$lo,$hi":".long\t$hi,$lo"); }
|
||||||
else
|
else
|
||||||
{ push(@ret,".quad $lo"); }
|
{ push(@ret,".quad $lo"); }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user