mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +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
|
||||
{
|
||||
push(@out,".") if ($main'mwerks);
|
||||
push(@out,"section\t.text\n");
|
||||
if ($main'mwerks) { push(@out,".section\t.text\n"); }
|
||||
else { push(@out,"section\t.text use32\n"); }
|
||||
}
|
||||
|
||||
sub main'function_begin
|
||||
|
Loading…
Reference in New Issue
Block a user