* add exclude(to_do,threadvarsegment) to assemble.pas to temporarily fix

reported problem.

git-svn-id: trunk@748 -
This commit is contained in:
daniel 2005-07-25 20:03:26 +00:00
parent bcb717f7ea
commit 603e165761

View File

@ -1606,6 +1606,9 @@ Implementation
exclude(to_do,exportsection);
{$warning TODO internal writer support for dwarf}
exclude(to_do,dwarflist);
{$ifndef segment_threadvars}
exclude(to_do,threadvarsegment);
{$endif}
for i:=low(Tasmlist) to high(Tasmlist) do
if (i in to_do) and (asmlist[i]<>nil) then
addlist(asmlist[i]);