mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
I did not, in fact, test my commit
svn path=/trunk/; revision=36956
This commit is contained in:
+1
-1
@@ -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