Changeset 100927 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Aug 21, 2023 7:42:52 PM (18 months ago)
- svn:sync-xref-src-repo-rev:
- 158864
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/VM.cpp
r99051 r100927 600 600 { 601 601 PVM pVM = pUVM->pVM; 602 AssertRelease (RT_VALID_PTR(pVM));602 AssertReleaseMsg(RT_VALID_PTR(pVM), ("pVM=%p pVMR0=%p\n", pVM, pVMR0)); 603 603 AssertRelease(pVM->pVMR0ForCall == pVMR0); 604 604 AssertRelease(pVM->pSession == pUVM->vm.s.pSession);
Note:
See TracChangeset
for help on using the changeset viewer.