A report suggests that there're nasm version, which defaults to 16-bit
segmenting...
This commit is contained in:
parent
55d03c3179
commit
db22e5faa6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue