mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
A report suggests that there're nasm version, which defaults to 16-bit
segmenting...
This commit is contained in:
parent
55d03c3179
commit
db22e5faa6
@ -262,8 +262,8 @@ sub using486
|
|||||||
|
|
||||||
sub main'file
|
sub main'file
|
||||||
{
|
{
|
||||||
push(@out,".") if ($main'mwerks);
|
if ($main'mwerks) { push(@out,".section\t.text\n"); }
|
||||||
push(@out,"section\t.text\n");
|
else { push(@out,"section\t.text use32\n"); }
|
||||||
}
|
}
|
||||||
|
|
||||||
sub main'function_begin
|
sub main'function_begin
|
||||||
|
Loading…
Reference in New Issue
Block a user