mirror of https://github.com/openssl/openssl.git
x86nasm.pl update from HEAD.
This commit is contained in:
parent
564915681c
commit
b44e2d3416
|
|
@ -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