mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-02 17:09:28 +02:00
* also write the stativarsym section information when symansistr is defined
git-svn-id: branches/jvmbackend@18726 -
This commit is contained in:
parent
b59df3f2fd
commit
9bdcb1d7e5
@ -1521,9 +1521,9 @@ implementation
|
||||
ppufile.putansistring(_mangledname);
|
||||
{$else symansistr}
|
||||
ppufile.putstring(_mangledname^);
|
||||
{$endif symansistr}
|
||||
if vo_has_section in varoptions then
|
||||
ppufile.putansistring(section);
|
||||
{$endif symansistr}
|
||||
ppufile.writeentry(ibstaticvarsym);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user