From 0e0a105364eba01f26e1642255c714e2660abcaa Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Thu, 31 Oct 2013 11:58:50 +0100 Subject: [PATCH] perlas/ppc-xlate.pl: fix typo. --- crypto/perlasm/ppc-xlate.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/perlasm/ppc-xlate.pl b/crypto/perlasm/ppc-xlate.pl index cab368c49b..c075d5fce0 100755 --- a/crypto/perlasm/ppc-xlate.pl +++ b/crypto/perlasm/ppc-xlate.pl @@ -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"); } } -- 2.34.1