I did not, in fact, test my commit

svn path=/trunk/; revision=36956
This commit is contained in:
KJK::Hyperion
2008-10-25 17:36:53 +00:00
parent 672d2fbba6
commit 384cece98f
+1 -1
View File
@@ -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;