Undo the changes

This commit is contained in:
David Dawes
2018-06-16 16:24:20 -07:00
committed by GitHub
parent 16201a68c7
commit 4b054f2494

View File

@@ -94,7 +94,7 @@ extern void verus_hash(void *result, const void *data, size_t len);
inline bool IsCPUVerusOptimized() inline bool IsCPUVerusOptimized()
{ {
unsigned int eax,ebx,ecx,edx; unsigned int eax,ebx,ecx,edx;
if (!__get_cpuid(1,&eax,&ebx,&ecx,&edx)) if (!__get_cpuid(1,&eax,&ebx,&ecx,&edx))
{ {
return false; return false;