summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-06-27 14:54:48 +0000
committerRichard Levitte <levitte@openssl.org>2002-06-27 14:54:48 +0000
commite2c07bce127cdacd049dddedd039ed2de51e09de (patch)
treea618e3976bb54ad3d6393648eda7520f715a2f58 /crypto
parentc678763f7d84d433ad51831eed2148b7e24ab0b8 (diff)
Use 32-bit sections instead of the default, 16-bit ones.
Part of PR 123
Diffstat (limited to 'crypto')
-rw-r--r--crypto/perlasm/x86nasm.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/perlasm/x86nasm.pl b/crypto/perlasm/x86nasm.pl
index b4da364bbf..519d8a5867 100644
--- a/crypto/perlasm/x86nasm.pl
+++ b/crypto/perlasm/x86nasm.pl
@@ -209,7 +209,7 @@ sub using486
sub main'file
{
- push(@out, "segment .text\n");
+ push(@out, "segment .text use32\n");
}
sub main'function_begin