mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 15:49:27 +02:00
* always use the varrec size retrieved from the system unit when advancing to the next element
git-svn-id: trunk@25244 -
This commit is contained in:
parent
fe4cac96be
commit
0a22199738
@ -1337,7 +1337,7 @@ implementation
|
||||
dec(href.offset,sizeof(pint));
|
||||
cg.a_load_const_ref(current_asmdata.CurrAsmList, OS_INT,vtype,href);
|
||||
{ goto next array element }
|
||||
advancearrayoffset(href,sizeof(pint)*2);
|
||||
advancearrayoffset(href,elesize);
|
||||
end
|
||||
else
|
||||
{ normal array constructor of the same type }
|
||||
|
Loading…
Reference in New Issue
Block a user