Use 32-bit sections instead of the default, 16-bit ones.
[openssl.git] / crypto / perlasm / x86nasm.pl
index b4da364bbfd56a05f132da1dbc9110837c849c9f..519d8a5867287aa962648ba1990f37631d5a8d9d 100644 (file)
@@ -209,7 +209,7 @@ sub using486
 
 sub main'file
        {
-       push(@out, "segment .text\n");
+       push(@out, "segment .text use32\n");
        }
 
 sub main'function_begin