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