mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 10:19:30 +02:00
* fixed fpu stack overflow in compiler when compiled with -Or
This commit is contained in:
parent
f73b7c3bc9
commit
d31e59b824
@ -990,6 +990,9 @@ implementation
|
||||
end;
|
||||
|
||||
|
||||
{$ifdef fpc}
|
||||
{$maxfpuregisters 0}
|
||||
{$endif fpc}
|
||||
|
||||
function tinlinenode.det_resulttype:tnode;
|
||||
|
||||
@ -1898,11 +1901,6 @@ implementation
|
||||
end;
|
||||
|
||||
|
||||
{$ifdef fpc}
|
||||
{$maxfpuregisters 0}
|
||||
{$endif fpc}
|
||||
|
||||
|
||||
function tinlinenode.pass_1 : tnode;
|
||||
var
|
||||
srsym : tsym;
|
||||
@ -2267,7 +2265,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.76 2002-05-18 13:34:10 peter
|
||||
Revision 1.77 2002-06-06 18:53:53 jonas
|
||||
* fixed fpu stack overflow in compiler when compiled with -Or
|
||||
|
||||
Revision 1.76 2002/05/18 13:34:10 peter
|
||||
* readded missing revisions
|
||||
|
||||
Revision 1.75 2002/05/16 19:46:38 carl
|
||||
|
Loading…
Reference in New Issue
Block a user