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

Alexandre Julliard julliard at winehq.org
Tue Jul 20 11:20:30 CDT 2010


Module: wine
Branch: master
Commit: b14cfdeea4a2540d76749a6571a80195b8a53913
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b14cfdeea4a2540d76749a6571a80195b8a53913

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Jul 20 11:41:05 2010 +0200

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

---

 dlls/kernel32/tests/thread.c |    2 --
 include/wine/test.h          |    2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/kernel32/tests/thread.c b/dlls/kernel32/tests/thread.c
index 3da29a2..19e695b 100644
--- a/dlls/kernel32/tests/thread.c
+++ b/dlls/kernel32/tests/thread.c
@@ -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__))
diff --git a/include/wine/test.h b/include/wine/test.h
index 6ff4372..1a98025 100644
--- a/include/wine/test.h
+++ b/include/wine/test.h
@@ -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 )
 {




More information about the wine-cvs mailing list