projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c944f81
)
perlas/ppc-xlate.pl: fix typo.
author
Andy Polyakov
<appro@openssl.org>
Thu, 31 Oct 2013 10:58:50 +0000
(11:58 +0100)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 31 Oct 2013 10:58:50 +0000
(11:58 +0100)
crypto/perlasm/ppc-xlate.pl
patch
|
blob
|
history
diff --git
a/crypto/perlasm/ppc-xlate.pl
b/crypto/perlasm/ppc-xlate.pl
index cab368c49b51de0dda5f68fc45a4b8e11e976bbf..c075d5fce0c4808f289420a4e1bc57d5bbdefdce 100755
(executable)
--- 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=~/le
i
$/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"); }
}