* also write the stativarsym section information when symansistr is defined

git-svn-id: branches/jvmbackend@18726 -
This commit is contained in:
Jonas Maebe 2011-08-20 08:28:04 +00:00
parent b59df3f2fd
commit 9bdcb1d7e5

View File

@ -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;