Changeset 24326 in vbox for trunk/src/VBox
- Timestamp:
- Nov 4, 2009 1:09:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r24325 r24326 245 245 rc = CFGMR3InsertInteger(pRoot, "CSAMEnabled", 1); /* boolean */ RC_CHECK(); 246 246 247 /* Standard leaf cpuidoverrides. */247 /* Standard cpuid leaf overrides. */ 248 248 for (unsigned leaf = 0; leaf < 0xA; leaf++) 249 249 { … … 261 261 } 262 262 263 /* Extended leaf cpuidoverrides. */263 /* Extended cpuid leaf overrides. */ 264 264 for (unsigned leaf = 0x80000000; leaf < 0x8000000A; leaf++) 265 265 {
Note:
See TracChangeset
for help on using the changeset viewer.