mirror of
https://github.com/reactos/reactos.git
synced 2026-09-12 20:59:19 +08:00
I did not, in fact, test my commit
svn path=/trunk/; revision=36956
This commit is contained in:
2
reactos/lib/3rdparty/mingw/cpu_features.c
vendored
2
reactos/lib/3rdparty/mingw/cpu_features.c
vendored
@@ -60,7 +60,7 @@ unsigned int __detect_cpuid (void)
|
||||
: "=&r" (eax), "=&r" (ebx)
|
||||
: "i" (0x00200000));
|
||||
|
||||
return ((eax ^ ebx) & 0x00200000;
|
||||
return (eax ^ ebx) & 0x00200000;
|
||||
#elif defined(_MSC_VER)
|
||||
unsigned int retval;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user