Loading crypto/perlasm/x86_64-xlate.pl +2 −1 Original line number Diff line number Diff line Loading @@ -569,7 +569,8 @@ my %globals; $v.=" READONLY"; $v.=" ALIGN(".($1 eq "p" ? 4 : 8).")" if ($masm>=$masmref); } elsif ($line=~/\.CRT\$/i) { $v.=" READONLY ALIGN(8)"; $v.=" READONLY "; $v.=$masm>=$masmref ? "ALIGN(8)" : "DWORD"; } } $current_segment = $line; Loading Loading
crypto/perlasm/x86_64-xlate.pl +2 −1 Original line number Diff line number Diff line Loading @@ -569,7 +569,8 @@ my %globals; $v.=" READONLY"; $v.=" ALIGN(".($1 eq "p" ? 4 : 8).")" if ($masm>=$masmref); } elsif ($line=~/\.CRT\$/i) { $v.=" READONLY ALIGN(8)"; $v.=" READONLY "; $v.=$masm>=$masmref ? "ALIGN(8)" : "DWORD"; } } $current_segment = $line; Loading