mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 11:39:27 +02:00
* added missing alignment in dynamic array RTTI for platforms that
require strict alignment (fixes bootstrapping trunk with a fixes compiler on such platforms) git-svn-id: branches/fixes_3_0@34181 -
This commit is contained in:
parent
e78ae08bfb
commit
c58755d18d
@ -652,6 +652,7 @@ implementation
|
||||
write_rtti_reference(def.elementdef,rt);
|
||||
{ variant type }
|
||||
current_asmdata.asmlists[al_rtti].concat(Tai_const.Create_32bit(tstoreddef(def.elementdef).getvardef));
|
||||
maybe_write_align;
|
||||
{ element type }
|
||||
if def.elementdef.needs_inittable then
|
||||
write_rtti_reference(def.elementdef,rt)
|
||||
|
Loading…
Reference in New Issue
Block a user