Changeset 8024 in vbox for trunk/src/VBox/Main
- Timestamp:
- Apr 16, 2008 11:00:26 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r8020 r8024 5706 5706 /* PAE (optional, default is false) */ 5707 5707 Key PAENode = cpuNode.createKey ("PAE"); 5708 PAENode.setValue <bool> ("enabled", mHWData->mPAEEnabled);5708 PAENode.setValue <bool> ("enabled", !!mHWData->mPAEEnabled); 5709 5709 } 5710 5710
Note:
See TracChangeset
for help on using the changeset viewer.