mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 15:10:40 +02:00
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:
parent
e9cb275f66
commit
2c6d3f1428
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user