Revision 97b35e35

b/target-i386/helper.c
314 314

  
315 315
static int cpu_x86_fill_host(x86_def_t *x86_cpu_def)
316 316
{
317
    uint32_t eax, ebx, ecx, edx;
317
    uint32_t eax = 0, ebx = 0, ecx = 0, edx = 0;
318 318

  
319 319
    x86_cpu_def->name = "host";
320 320
    host_cpuid(0x0, 0, &eax, &ebx, &ecx, &edx);

Also available in: Unified diff