1a4efe4f31c7b1d0932fca021c120e3a715e88e0
[reactos.git] / lib / crtdll / float / fpreset.c
1 #include <msvcrt/float.h>
2
3
4 /*
5  * @unimplemented
6  */
7 void _fpreset(void)
8 {
9    /* FIXME: This causes an exception */
10 //      __asm__ __volatile__("fninit\n\t");
11         return;
12 }