Browse Source

Unsigned, dang it.

pull/4/head
David Dawes 6 years ago
parent
commit
8ef8d54b0d
  1. 2
      src/crypto/verus_hash.h

2
src/crypto/verus_hash.h

@ -97,7 +97,7 @@ inline bool IsCPUVerusOptimized()
{
unsigned int eax,ebx,ecx,edx;
#ifdef _WIN32
int CPUInfo[4];
unsigned int CPUInfo[4];
CPUInfo[0] = &eax;
CPUInfo[1] = &ebx;
CPUInfo[2] = &ecx;

Loading…
Cancel
Save