Revision db0ad1ba

b/target-i386/cpuid.c
788 788
{
789 789
    x86_def_t def1, *def = &def1;
790 790

  
791
    memset(def, 0, sizeof(*def));
792

  
791 793
    if (cpu_x86_find_by_name(def, cpu_model) < 0)
792 794
        return -1;
793 795
    if (def->vendor1) {

Also available in: Unified diff