mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-26 15:10:12 +02:00
* tried to fix a bug with init table
This commit is contained in:
parent
bee7f62011
commit
e7623db6df
@ -2287,12 +2287,12 @@ procedure mov_reg_to_dest(p : ptree; s : topsize; reg : tregister);
|
|||||||
|
|
||||||
begin
|
begin
|
||||||
if (psym(p)^.typ=varsym) and
|
if (psym(p)^.typ=varsym) and
|
||||||
|
not((pvarsym(p)^.definition^.deftype=objectdef) and
|
||||||
|
pobjectdef(pvarsym(p)^.definition)^.isclass) and
|
||||||
pvarsym(p)^.definition^.needs_inittable and
|
pvarsym(p)^.definition^.needs_inittable and
|
||||||
((pvarsym(p)^.varspez=vs_value) {or
|
((pvarsym(p)^.varspez=vs_value) {or
|
||||||
(pvarsym(p)^.varspez=vs_const) and
|
(pvarsym(p)^.varspez=vs_const) and
|
||||||
not(dont_copy_const_param(pvarsym(p)^.definition))}) and
|
not(dont_copy_const_param(pvarsym(p)^.definition))}) then
|
||||||
not((pvarsym(p)^.definition^.deftype=objectdef) and
|
|
||||||
pobjectdef(pvarsym(p)^.definition)^.isclass) then
|
|
||||||
begin
|
begin
|
||||||
procinfo.flags:=procinfo.flags or pi_needs_implicit_finally;
|
procinfo.flags:=procinfo.flags or pi_needs_implicit_finally;
|
||||||
reset_reference(hr);
|
reset_reference(hr);
|
||||||
@ -3118,7 +3118,10 @@ procedure mov_reg_to_dest(p : ptree; s : topsize; reg : tregister);
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.19 1999-07-29 20:53:58 peter
|
Revision 1.20 1999-08-01 17:17:37 florian
|
||||||
|
* tried to fix a bug with init table
|
||||||
|
|
||||||
|
Revision 1.19 1999/07/29 20:53:58 peter
|
||||||
* write .size also
|
* write .size also
|
||||||
|
|
||||||
Revision 1.18 1999/07/26 12:13:46 florian
|
Revision 1.18 1999/07/26 12:13:46 florian
|
||||||
|
Loading…
Reference in New Issue
Block a user