Revision f441bee8 target-i386/helper.c

b/target-i386/helper.c
1651 1651
        *ecx = env->cpuid_vendor3;
1652 1652
        break;
1653 1653
    case 0x80000001:
1654
        *eax = env->cpuid_features;
1654
        *eax = env->cpuid_version;
1655 1655
        *ebx = 0;
1656 1656
        *ecx = env->cpuid_ext3_features;
1657 1657
        *edx = env->cpuid_ext2_features;

Also available in: Unified diff