mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 06:59:33 +01:00 
			
		
		
		
	* add exclude(to_do,threadvarsegment) to assemble.pas to temporarily fix
reported problem. git-svn-id: trunk@748 -
This commit is contained in:
		
							parent
							
								
									bcb717f7ea
								
							
						
					
					
						commit
						603e165761
					
				@ -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]);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user