X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=crc%2Fcrc32c-intel.c;h=0b0f193c0564a75de8d5d00e80695af40e49dd6a;hb=8c07860de982fabaaf41d44c22aa86aba2539b58;hp=8e1cd587dcec85adc2a75ec4bd824e75457514b5;hpb=2a988d8bcb447eb098fc382835cc507587c6ba66;p=fio.git 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;