From b44e2d341627488be6554590a0ccd42bd8e8e900 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 28 Jun 2005 11:30:12 +0000 Subject: [PATCH] x86nasm.pl update from HEAD. --- crypto/perlasm/x86nasm.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/perlasm/x86nasm.pl b/crypto/perlasm/x86nasm.pl index 7d09428387..ab5b96c6c2 100644 --- a/crypto/perlasm/x86nasm.pl +++ b/crypto/perlasm/x86nasm.pl @@ -262,8 +262,8 @@ sub using486 sub main'file { - push(@out,".") if ($main'mwerks); - push(@out,"section\t.text\n"); + if ($main'mwerks) { push(@out,".section\t.text\n"); } + else { push(@out,"section\t.text use32\n"); } } sub main'function_begin -- 2.25.1