Commit b14cfdee authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 89ad1f26
......@@ -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__))
......
......@@ -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 )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment