Changeset 22890 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Sep 9, 2009 11:11:31 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 52146
- Location:
- trunk/src/VBox/VMM/testcase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstMMHyperHeap.cpp
r20864 r22890 73 73 pVM->pUVM = pUVM; 74 74 75 pVM->cC PUs = NUM_CPUS;76 pVM->cbSelf = RT_UOFFSETOF(VM, aCpus[pVM->cC PUs]);75 pVM->cCpus = NUM_CPUS; 76 pVM->cbSelf = RT_UOFFSETOF(VM, aCpus[pVM->cCpus]); 77 77 78 78 rc = STAMR3InitUVM(pUVM); -
trunk/src/VBox/VMM/testcase/tstSSM.cpp
r22793 r22890 654 654 pVM->pVMR3 = pVM; 655 655 pVM->pUVM = pUVM; 656 pVM->cC PUs = 1;656 pVM->cCpus = 1; 657 657 pVM->aCpus[0].pVMR3 = pVM; 658 658 pVM->aCpus[0].hNativeThread = RTThreadNativeSelf();
Note:
See TracChangeset
for help on using the changeset viewer.