Changeset 35731 in vbox
- Timestamp:
- Jan 27, 2011 10:49:47 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r35689 r35731 830 830 BOOL fSyntheticCpu = false; 831 831 hrc = pMachine->GetCPUProperty(CPUPropertyType_Synthetic, &fSyntheticCpu); H(); 832 InsertConfigInteger(p Root, "SyntheticCpu", fSyntheticCpu);832 InsertConfigInteger(pCPUM, "SyntheticCpu", fSyntheticCpu); 833 833 834 834 BOOL fPXEDebug;
Note:
See TracChangeset
for help on using the changeset viewer.