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 -
This commit is contained in:
svenbarth 2014-05-29 16:24:47 +00:00
parent e9cb275f66
commit 2c6d3f1428

View File

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