VirtualBox

Changeset 2545 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
May 8, 2007 4:50:08 PM (18 years ago)
Author:
vboxsync
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp

    r2541 r2545  
    910910                       && pVM->cpum.s.aGuestCpuIdStd[0].edx == 0x49656e69 /* ntel */)
    911911                   || (   pVM->cpum.s.aGuestCpuIdStd[0].ebx == 0x68747541 /* Auth */
    912                        && pVM->cpum.s.aGuestCpuIdStd[0].ebx == 0x69746e65 /* enti */
    913                        && pVM->cpum.s.aGuestCpuIdStd[0].ebx == 0x444d4163 /* cAMD */))
     912                       && pVM->cpum.s.aGuestCpuIdStd[0].ecx == 0x69746e65 /* enti */
     913                       && pVM->cpum.s.aGuestCpuIdStd[0].edx == 0x444d4163 /* cAMD */))
    914914                && pVM->cpum.s.aGuestCpuIdStd[0].eax >= 1)
    915915                pVM->cpum.s.aGuestCpuIdStd[1].edx |= X86_CPUID_FEATURE_EDX_APIC;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette