diff --git a/src/crypto/verus_hash.h b/src/crypto/verus_hash.h index d58827519..85f3c4830 100644 --- a/src/crypto/verus_hash.h +++ b/src/crypto/verus_hash.h @@ -94,7 +94,7 @@ extern void verus_hash(void *result, const void *data, size_t len); inline bool IsCPUVerusOptimized() { unsigned int eax,ebx,ecx,edx; - + if (!__get_cpuid(1,&eax,&ebx,&ecx,&edx)) { return false;