* fixed compilation for non-x86

This commit is contained in:
Jonas Maebe 2003-09-14 12:55:06 +00:00
parent a283810536
commit d6fead1277

View File

@ -1259,7 +1259,7 @@ implementation
Result:=TFPUExceptionMask(CtlWord and $3F); Result:=TFPUExceptionMask(CtlWord and $3F);
end; end;
{$else CPUI386} {$else CPUI386}
function SetExceptionMask(const Mask: TFPUExceptionMask): TFPUExceptionMask; function SetFPUExceptionMask(const Mask: TFPUExceptionMask): TFPUExceptionMask;
begin begin
end; end;
{$endif CPUI386} {$endif CPUI386}
@ -1674,7 +1674,10 @@ implementation
end. end.
{ {
$Log$ $Log$
Revision 1.97 2003-09-07 22:09:34 peter Revision 1.98 2003-09-14 12:55:06 jonas
* fixed compilation for non-x86
Revision 1.97 2003/09/07 22:09:34 peter
* preparations for different default calling conventions * preparations for different default calling conventions
* various RA fixes * various RA fixes