[KERNEL32_APITEST]

- Try to fix linux builder

svn path=/trunk/; revision=58693
This commit is contained in:
Jérôme Gardou 2013-04-06 19:26:35 +00:00
parent 000b53fe3e
commit 583947dac6

View 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 */