Undo inadvertent delete

This commit is contained in:
David Dawes
2018-06-16 16:23:42 -07:00
committed by GitHub
parent f38d3e87e9
commit 16201a68c7

View File

@@ -94,6 +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;