mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:23:34 +00:00
[KERNEL32_APITEST]
- Try to fix linux builder svn path=/trunk/; revision=58693
This commit is contained in:
parent
000b53fe3e
commit
583947dac6
1 changed files with 1 additions and 3 deletions
|
@ -108,8 +108,6 @@ VOID TestSSEExceptions(VOID)
|
||||||
"xorps %%xmm0, %%xmm0\n"
|
"xorps %%xmm0, %%xmm0\n"
|
||||||
"movl $1, %0\n"
|
"movl $1, %0\n"
|
||||||
: "=r"(supportsSSE)
|
: "=r"(supportsSSE)
|
||||||
:
|
|
||||||
:
|
|
||||||
);
|
);
|
||||||
#endif /* _MSC_VER */
|
#endif /* _MSC_VER */
|
||||||
if(!supportsSSE)
|
if(!supportsSSE)
|
||||||
|
@ -158,7 +156,7 @@ VOID TestSSEExceptions(VOID)
|
||||||
|
|
||||||
/* Clean up */
|
/* Clean up */
|
||||||
"addl $16, %%esp\n"
|
"addl $16, %%esp\n"
|
||||||
: : :);
|
);
|
||||||
#endif /* _MSC_VER */
|
#endif /* _MSC_VER */
|
||||||
|
|
||||||
/* Restore mxcsr */
|
/* Restore mxcsr */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue