X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fperlasm%2Fppc-xlate.pl;h=fed56e3772a3fa0a0a2c5b62e6ef57a2ba1c0006;hp=c2a4621f868a24c72f36d00248cb35ceed356543;hb=287a9ee76e9c4ba871d734eec054a9d7697544a1;hpb=96b0f6c16d24aa703a55ffea27cb3b70eb4bdcd6 diff --git a/crypto/perlasm/ppc-xlate.pl b/crypto/perlasm/ppc-xlate.pl index c2a4621f86..fed56e3772 100755 --- a/crypto/perlasm/ppc-xlate.pl +++ b/crypto/perlasm/ppc-xlate.pl @@ -66,7 +66,7 @@ my $asciz = sub { shift; my $line = join(",",@_); if ($line =~ /^"(.*)"$/) - { ".byte " . join(",",unpack("C*",$1),0); } + { ".byte " . join(",",unpack("C*",$1),0) . "\n.align 2"; } else { ""; } };