- Timestamp:
- Mar 6, 2007 12:11:07 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19210
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstVMM-HwAccm.cpp
r1263 r1264 50 50 */ 51 51 PCFGMNODE pRoot = CFGMR3GetRoot(pVM); 52 int rc = CFGMR3InsertInteger(pRoot, "RamSize", 32* _1MB);52 int rc = CFGMR3InsertInteger(pRoot, "RamSize", 32*1024*1024); 53 53 54 54 PCFGMNODE pHWVirtExt;
Note:
See TracChangeset
for help on using the changeset viewer.