mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 11:10:23 +02:00
* missing part of r32617: also load the def for constnil symbols
git-svn-id: trunk@32632 -
This commit is contained in:
parent
5dcf5a95c5
commit
a1db947e9e
@ -2412,7 +2412,8 @@ implementation
|
|||||||
new(pguid(value.valueptr));
|
new(pguid(value.valueptr));
|
||||||
ppufile.getdata(value.valueptr^,sizeof(tguid));
|
ppufile.getdata(value.valueptr^,sizeof(tguid));
|
||||||
end;
|
end;
|
||||||
constnil : ;
|
constnil :
|
||||||
|
ppufile.getderef(constdefderef);
|
||||||
else
|
else
|
||||||
Message1(unit_f_ppu_invalid_entry,tostr(ord(consttyp)));
|
Message1(unit_f_ppu_invalid_entry,tostr(ord(consttyp)));
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user