Changeset 13723 in vbox for trunk/src/VBox/Main/MachineImpl.cpp
- Timestamp:
- Oct 31, 2008 4:05:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r13722 r13723 4985 4985 if (!CPUCountNode.isNull()) 4986 4986 { 4987 mHWData->mCPUCount = CPUCountNode.value <ULONG> (" CPUCount");4987 mHWData->mCPUCount = CPUCountNode.value <ULONG> ("count"); 4988 4988 } 4989 4989 } … … 6360 6360 /* CPU count */ 6361 6361 Key CPUCountNode = cpuNode.createKey ("CPUCount"); 6362 CPUCountNode.setValue <ULONG> (" CPUCount", mHWData->mCPUCount);6362 CPUCountNode.setValue <ULONG> ("count", mHWData->mCPUCount); 6363 6363 } 6364 6364
Note:
See TracChangeset
for help on using the changeset viewer.