A report suggests that there're nasm version, which defaults to 16-bit

segmenting...
This commit is contained in:
Andy Polyakov 2005-06-28 11:28:43 +00:00
parent 55d03c3179
commit db22e5faa6

View File

@ -262,8 +262,8 @@ sub using486
sub main'file sub main'file
{ {
push(@out,".") if ($main'mwerks); if ($main'mwerks) { push(@out,".section\t.text\n"); }
push(@out,"section\t.text\n"); else { push(@out,"section\t.text use32\n"); }
} }
sub main'function_begin sub main'function_begin