:pserver:cvsanon@mok.lvcm.com:/CVS/ReactOS reactos
[reactos.git] / lib / crtdll / float / fpreset.c
1 #include <crtdll/float.h>
2
3 void    _fpreset (void)
4 {
5    /* FIXME: This causes an exception */
6 //      __asm__ __volatile__("fninit\n\t");
7         return;
8 }