Explorar o código

Read the deref of the fieldvarsym into the correct variable. I wonder how this ever went past the test suite O.o

symsym.pas, tstaticvarsym.ppuload:
  * read the deref of the fieldvarsym into fieldvarsymderef, not defaultconstsymderef

git-svn-id: trunk@27826 -
svenbarth %!s(int64=11) %!d(string=hai) anos
pai
achega
2c6d3f1428
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/symsym.pas

+ 1 - 1
compiler/symsym.pas

@@ -1842,7 +1842,7 @@ implementation
 {$endif symansistr}
          if vo_has_section in varoptions then
            section:=ppufile.getansistring;
-         ppufile.getderef(defaultconstsymderef);
+         ppufile.getderef(fieldvarsymderef);
          ppuload_platform(ppufile);
       end;