Changeset 33999 in vbox
- Timestamp:
- Nov 11, 2010 2:53:04 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67664
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGM.cpp
r33725 r33999 3645 3645 { 3646 3646 /** @todo SMP support */ 3647 PVMCPU pVCpu = &pVM->aCpus[0];3648 3647 3649 3648 /* … … 3652 3651 if (!pVM) 3653 3652 return pCmdHlp->pfnPrintf(pCmdHlp, NULL, "error: The command requires a VM to be selected.\n"); 3653 3654 PVMCPU pVCpu = &pVM->aCpus[0]; 3654 3655 3655 3656 /* … … 3680 3681 { 3681 3682 /** @todo SMP support!! */ 3682 PVMCPU pVCpu = &pVM->aCpus[0];3683 3683 3684 3684 /* … … 3687 3687 if (!pVM) 3688 3688 return pCmdHlp->pfnPrintf(pCmdHlp, NULL, "error: The command requires a VM to be selected.\n"); 3689 3690 PVMCPU pVCpu = &pVM->aCpus[0]; 3689 3691 3690 3692 int rc = pCmdHlp->pfnPrintf(pCmdHlp, NULL, "Checking shadow CR3 page tables for consistency.\n");
Note:
See TracChangeset
for help on using the changeset viewer.