rand: add 64-bit tausworthe variant with a 2^258 cycle
[fio.git] / crc / crc32c-intel.c
index 8e1cd587dcec85adc2a75ec4bd824e75457514b5..0b0f193c0564a75de8d5d00e80695af40e49dd6a 100644 (file)
@@ -81,7 +81,7 @@ uint32_t crc32c_intel(unsigned char const *data, unsigned long length)
 void crc32c_intel_probe(void)
 {
        if (!crc32c_probed) {
-               unsigned int eax, ebx, ecx, edx;
+               unsigned int eax, ebx, ecx = 0, edx;
 
                eax = 1;