VirtualBox

Changeset 24326 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 4, 2009 1:09:55 PM (15 years ago)
Author:
vboxsync
Message:

Comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl2.cpp

    r24325 r24326  
    245245    rc = CFGMR3InsertInteger(pRoot, "CSAMEnabled",          1);     /* boolean */   RC_CHECK();
    246246
    247     /* Standard leaf cpuid overrides. */
     247    /* Standard cpuid leaf overrides. */
    248248    for (unsigned leaf = 0; leaf < 0xA; leaf++)
    249249    {
     
    261261    }
    262262
    263     /* Extended leaf cpuid overrides. */
     263    /* Extended cpuid leaf overrides. */
    264264    for (unsigned leaf = 0x80000000; leaf < 0x8000000A; leaf++)
    265265    {
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