x86nasm.pl update from HEAD.

This commit is contained in:
Andy Polyakov 2005-06-28 11:30:12 +00:00
parent 564915681c
commit b44e2d3416

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