X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=crc%2Fcrc32c-intel.c;h=0b0f193c0564a75de8d5d00e80695af40e49dd6a;hp=8e1cd587dcec85adc2a75ec4bd824e75457514b5;hb=c3546b531f48a2ff413c9508aed465e0145c8dfc;hpb=fa80feae51331fb170e784459fa1359d7ec3a963 diff --git a/crc/crc32c-intel.c b/crc/crc32c-intel.c index 8e1cd587..0b0f193c 100644 --- a/crc/crc32c-intel.c +++ b/crc/crc32c-intel.c @@ -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;