* missing part of r32617: also load the def for constnil symbols

git-svn-id: trunk@32632 -
This commit is contained in:
Jonas Maebe 2015-12-10 22:45:53 +00:00
parent 5dcf5a95c5
commit a1db947e9e

View File

@ -2412,7 +2412,8 @@ implementation
new(pguid(value.valueptr));
ppufile.getdata(value.valueptr^,sizeof(tguid));
end;
constnil : ;
constnil :
ppufile.getderef(constdefderef);
else
Message1(unit_f_ppu_invalid_entry,tostr(ord(consttyp)));
end;