summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-06-27 14:54:34 +0000
committerRichard Levitte <levitte@openssl.org>2002-06-27 14:54:34 +0000
commite1a32c1807024402d223c6f9376330b000f33439 (patch)
tree49150cf041138d5dce0dca9c2ed1d2d10d52a51e /crypto
parent5585f4eca4de03d45c7d0ab0c4f711a7aa88a46c (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