mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 01:09:40 +01:00
* added missing then, Carl did you really a make fullcycle :) ?
This commit is contained in:
parent
121ca40b39
commit
fbbaf36800
@ -1754,7 +1754,7 @@ function returns in a register and the caller receives it in an other one}
|
||||
{ give a warning if the limit of parameters allowed for
|
||||
certain processors is reached.
|
||||
}
|
||||
if (parasize > maxparasize)
|
||||
if (parasize > maxparasize) then
|
||||
Message(cg_w_parasize_too_big);
|
||||
{$endif}
|
||||
cg.g_return_from_proc(list,parasize);
|
||||
@ -1902,7 +1902,10 @@ function returns in a register and the caller receives it in an other one}
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.69 2002-12-03 22:13:39 carl
|
||||
Revision 1.70 2002-12-05 14:39:21 florian
|
||||
* added missing then, Carl did you really a make fullcycle :) ?
|
||||
|
||||
Revision 1.69 2002/12/03 22:13:39 carl
|
||||
* bugfix of problems with profile code which clobbers some registers
|
||||
|
||||
Revision 1.68 2002/12/01 22:06:59 carl
|
||||
|
||||
Loading…
Reference in New Issue
Block a user