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=$_; }
|
||||
|
||||
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
|
||||
{ push(@ret,".quad $lo"); }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user