+ added $maxfpuregisters 0 for compile() procedure

This commit is contained in:
Jonas Maebe 2000-03-18 15:05:33 +00:00
parent ec01188f97
commit 90bc5eb4be

View File

@ -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