[KERNEL32_APITEST]
authorJérôme Gardou <jerome.gardou@reactos.org>
Sat, 6 Apr 2013 19:26:35 +0000 (19:26 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Sat, 6 Apr 2013 19:26:35 +0000 (19:26 +0000)
 - Try to fix linux builder

svn path=/trunk/; revision=58693

rostests/apitests/kernel32/SetUnhandledExceptionFilter.c

index 4a98e68..84d3ec4 100644 (file)
@@ -108,8 +108,6 @@ VOID TestSSEExceptions(VOID)
         "xorps %%xmm0, %%xmm0\n"
         "movl $1, %0\n"
         : "=r"(supportsSSE)
-        :
-        :
     );
 #endif /* _MSC_VER */
     if(!supportsSSE)
@@ -158,7 +156,7 @@ VOID TestSSEExceptions(VOID)
 
         /* Clean up */
         "addl $16, %%esp\n"
-        : : :);
+    );
 #endif /* _MSC_VER */
 
     /* Restore mxcsr */