mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 20:09:18 +02:00
* do not create an fpc_zeromem node if size=0
git-svn-id: trunk@27224 -
This commit is contained in:
parent
6f14dbdebe
commit
04464b8622
@ -217,7 +217,7 @@ implementation
|
||||
exit;
|
||||
with tabstractnormalvarsym(p) do
|
||||
begin
|
||||
if vo_is_default_var in varoptions then
|
||||
if (vo_is_default_var in varoptions) and (vardef.size>0) then
|
||||
begin
|
||||
b:=tblocknode(arg);
|
||||
b.left:=cstatementnode.create(
|
||||
|
Loading…
Reference in New Issue
Block a user