mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 12:11:42 +00:00
[ROSLOAD] Fix clang-cl build.
This commit is contained in:
parent
c7fc2ef4d2
commit
324180a32e
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ ArchRestoreProcessorFeatures (
|
|||
if (ArchXCr0BitsToClear)
|
||||
{
|
||||
/* Clear them */
|
||||
#ifdef _MSC_VER
|
||||
#if defined(_MSC_VER) && !defined(__clang__)
|
||||
__xsetbv(0, __xgetbv(0) & ~ArchXCr0BitsToClear);
|
||||
#endif
|
||||
ArchXCr0BitsToClear = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue