mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 01:09:25 +02: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);
|
FReader.read(symversions^,shdrs[i].sh_size);
|
||||||
if source_info.endian<>target_info.endian then
|
if source_info.endian<>target_info.endian then
|
||||||
for j:=0 to syms-1 do
|
for j:=0 to syms-1 do
|
||||||
SwapEndian(symversions[j]);
|
symversions[j]:=SwapEndian(symversions[j]);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
SHT_GNU_verdef:
|
SHT_GNU_verdef:
|
||||||
|
Loading…
Reference in New Issue
Block a user