From e1a32c1807024402d223c6f9376330b000f33439 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 27 Jun 2002 14:54:34 +0000 Subject: [PATCH] Use 32-bit sections instead of the default, 16-bit ones. Part of PR 123 --- crypto/perlasm/x86nasm.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1