* removed initfpu

git-svn-id: trunk@5296 -
This commit is contained in:
peter 2006-11-09 07:48:31 +00:00
parent 13f359aa80
commit 5e860919f8
2 changed files with 0 additions and 16 deletions

View File

@ -233,14 +233,6 @@ end;
Thread Handling
*****************************************************************************}
procedure InitFPU;assembler;
asm
fninit
fldcw fpucw
end;
{ if return-value is <> 0, netware shows the message
Unload Anyway ?
To Disable unload at all, SetNLMDontUnloadFlag can be used on

View File

@ -216,14 +216,6 @@ end;
Thread Handling
*****************************************************************************}
procedure InitFPU;assembler;
asm
fninit
fldcw fpucw
end;
{ if return-value is <> 0, netware shows the message
Unload Anyway ?
To Disable unload at all, SetNLMDontUnloadFlag can be used on