* remove fninit in longjump

This commit is contained in:
pierre 2000-03-31 23:12:09 +00:00
parent 77c220c69a
commit beecf1ec51

View File

@ -44,13 +44,17 @@ asm
movl 12(%ecx),%ebp
movl 16(%ecx),%esp
// we should also clear the fpu
fninit
// fninit no must be done elsewhere PM
// or we should reset the control word also
jmp 20(%ecx)
end;
{
$Log$
Revision 1.11 2000-02-18 16:16:13 florian
Revision 1.12 2000-03-31 23:12:09 pierre
* remove fninit in longjump
Revision 1.11 2000/02/18 16:16:13 florian
* we don't need to to finit twice ...
Revision 1.10 2000/02/18 15:23:01 florian
@ -68,4 +72,4 @@ end;
Revision 1.6 1999/08/18 10:42:13 pierre
* loading of esp value corrected
}
}