mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 08:29:32 +01:00
* copy loopflags
This commit is contained in:
parent
5839db8098
commit
aa67951cf4
@ -323,6 +323,7 @@ implementation
|
||||
p.t2:=t2.getcopy
|
||||
else
|
||||
p.t2:=nil;
|
||||
p.loopflags:=loopflags;
|
||||
getcopy:=p;
|
||||
end;
|
||||
|
||||
@ -1471,7 +1472,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.89 2003-12-01 18:44:15 peter
|
||||
Revision 1.90 2003-12-08 19:29:21 peter
|
||||
* copy loopflags
|
||||
|
||||
Revision 1.89 2003/12/01 18:44:15 peter
|
||||
* fixed some crashes
|
||||
* fixed varargs and register calling probs
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user