Browse Source

* remove fninit in longjump

pierre 25 years ago
parent
commit
beecf1ec51
1 changed files with 7 additions and 3 deletions
  1. 7 3
      rtl/i386/setjump.inc

+ 7 - 3
rtl/i386/setjump.inc

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