VirtualBox

Changeset 42493 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Aug 1, 2012 7:56:56 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
79651
Message:

VMM/VMMR3/TM: Fixed-rate TSC detection for VIA Cpus.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/TM.cpp

    r42492 r42493  
    815815             * Eden X2 and QuadCore.
    816816             */
    817             ASMCpuId(0, &uEAX, &uEBX, &uECX, &uEDX);
     817            ASMCpuId(1, &uEAX, &uEBX, &uECX, &uEDX);
    818818            unsigned uStepping = (uEAX & 0x0f);
    819819            unsigned uModel    = (uEAX >> 4) & 0x0f;
Note: See TracChangeset for help on using the changeset viewer.

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