mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 06:59:33 +01:00 
			
		
		
		
	* Forgot to assign result of SwapEndian() into place.
git-svn-id: trunk@23534 -
This commit is contained in:
		
							parent
							
								
									5e13334467
								
							
						
					
					
						commit
						cb51c39dd7
					
				@ -1771,7 +1771,7 @@ implementation
 | 
			
		||||
                      FReader.read(symversions^,shdrs[i].sh_size);
 | 
			
		||||
                      if source_info.endian<>target_info.endian then
 | 
			
		||||
                        for j:=0 to syms-1 do
 | 
			
		||||
                          SwapEndian(symversions[j]);
 | 
			
		||||
                          symversions[j]:=SwapEndian(symversions[j]);
 | 
			
		||||
                    end;
 | 
			
		||||
 | 
			
		||||
                  SHT_GNU_verdef:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user