From: Andy Polyakov Date: Wed, 25 Jan 2012 17:50:23 +0000 (+0000) Subject: x86_64-xlate.pl: 1.0.1-specific typo. X-Git-Tag: OpenSSL_1_0_1-beta3~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eaf5bd168e7a96f3ae3022ad6e87da5be35de04a;p=openssl x86_64-xlate.pl: 1.0.1-specific typo. --- diff --git a/crypto/perlasm/x86_64-xlate.pl b/crypto/perlasm/x86_64-xlate.pl index 0cf6f0534a..1492e1c2e7 100755 --- a/crypto/perlasm/x86_64-xlate.pl +++ b/crypto/perlasm/x86_64-xlate.pl @@ -569,7 +569,7 @@ my %globals; $v.=" READONLY"; $v.=" ALIGN(".($1 eq "p" ? 4 : 8).")" if ($masm>=$masmref); } elsif ($line=~/\.CRT\$/i) { - $v.=" READONLY " + $v.=" READONLY "; $v.=$masm>=$masmref ? "ALIGN(8)" : "DWORD"; } }