x86_64-xlate.pl: 1.0.1-specific typo.

This commit is contained in:
Andy Polyakov 2012-01-25 17:50:23 +00:00
parent d7ecc206ba
commit eaf5bd168e

View file

@ -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";
}
}