Explorar o código

* also write the stativarsym section information when symansistr is defined

git-svn-id: branches/jvmbackend@18726 -
Jonas Maebe %!s(int64=14) %!d(string=hai) anos
pai
achega
9bdcb1d7e5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/symsym.pas

+ 1 - 1
compiler/symsym.pas

@@ -1521,9 +1521,9 @@ implementation
            ppufile.putansistring(_mangledname);
            ppufile.putansistring(_mangledname);
 {$else symansistr}
 {$else symansistr}
            ppufile.putstring(_mangledname^);
            ppufile.putstring(_mangledname^);
+{$endif symansistr}
          if vo_has_section in varoptions then
          if vo_has_section in varoptions then
            ppufile.putansistring(section);
            ppufile.putansistring(section);
-{$endif symansistr}
          ppufile.writeentry(ibstaticvarsym);
          ppufile.writeentry(ibstaticvarsym);
       end;
       end;