mirror of
https://github.com/openssl/openssl.git
synced 2024-12-13 03:53:44 +08:00
Use 32-bit sections instead of the default, 16-bit ones.
Part of PR 123
This commit is contained in:
parent
5585f4eca4
commit
e1a32c1807
@ -209,7 +209,7 @@ sub using486
|
||||
|
||||
sub main'file
|
||||
{
|
||||
push(@out, "segment .text\n");
|
||||
push(@out, "segment .text use32\n");
|
||||
}
|
||||
|
||||
sub main'function_begin
|
||||
|
Loading…
Reference in New Issue
Block a user