tests: Run all tests with the default FPU control word.

oldstable
Alexandre Julliard 2010-07-20 11:41:05 +02:00
parent 89ad1f2615
commit b14cfdeea4
2 changed files with 2 additions and 2 deletions

View File

@ -1329,8 +1329,6 @@ static void test_ThreadErrorMode(void)
pSetThreadErrorMode(oldmode, NULL);
}
void _fpreset(void) {} /* override the mingw fpu init code */
static inline void set_fpu_cw(WORD cw)
{
#if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))

View File

@ -590,6 +590,8 @@ static LONG CALLBACK exc_filter( EXCEPTION_POINTERS *ptrs )
return EXCEPTION_EXECUTE_HANDLER;
}
void _fpreset(void) {} /* override the mingw fpu init code */
/* main function */
int main( int argc, char **argv )
{