mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 11:29:16 +02:00
* moved a $maxfpuregisters directive a bit up because it was being
ignored
This commit is contained in:
parent
41086a7aaa
commit
ec01188f97
@ -156,6 +156,10 @@ implementation
|
||||
FirstAdd
|
||||
*****************************************************************************}
|
||||
|
||||
{$ifdef fpc}
|
||||
{$maxfpuregisters 0}
|
||||
{$endif fpc}
|
||||
|
||||
procedure firstadd(var p : ptree);
|
||||
|
||||
procedure make_bool_equal_size(var p:ptree);
|
||||
@ -177,10 +181,6 @@ implementation
|
||||
end;
|
||||
end;
|
||||
|
||||
{$ifdef fpc}
|
||||
{$maxfpuregisters 0}
|
||||
{$endif fpc}
|
||||
|
||||
var
|
||||
t,hp : ptree;
|
||||
ot,
|
||||
@ -1260,7 +1260,11 @@ implementation
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.70 2000-02-19 10:12:48 florian
|
||||
Revision 1.71 2000-03-18 15:01:19 jonas
|
||||
* moved a $maxfpuregisters directive a bit up because it was being
|
||||
ignored
|
||||
|
||||
Revision 1.70 2000/02/19 10:12:48 florian
|
||||
* fixed one more internalerror 10
|
||||
|
||||
Revision 1.69 2000/02/17 14:53:42 florian
|
||||
|
Loading…
Reference in New Issue
Block a user