mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 06:39:36 +02:00
+ added $maxfpuregisters 0 for compile() procedure
This commit is contained in:
parent
ec01188f97
commit
90bc5eb4be
@ -223,6 +223,10 @@ end;
|
||||
|
||||
function Compile(const cmd:string):longint;
|
||||
|
||||
{$ifdef fpc}
|
||||
{$maxfpuregisters 0}
|
||||
{$endif fpc}
|
||||
|
||||
procedure writepathlist(w:tmsgconst;l:TSearchPathList);
|
||||
var
|
||||
hp : pstringqueueitem;
|
||||
@ -335,7 +339,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.46 2000-02-09 13:22:50 peter
|
||||
Revision 1.47 2000-03-18 15:05:33 jonas
|
||||
+ added $maxfpuregisters 0 for compile() procedure
|
||||
|
||||
Revision 1.46 2000/02/09 13:22:50 peter
|
||||
* log truncated
|
||||
|
||||
Revision 1.45 2000/01/11 17:16:04 jonas
|
||||
|
Loading…
Reference in New Issue
Block a user