Changeset 100927 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 21, 2023 7:42:52 PM (17 months ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp
r98103 r100927 1067 1067 if (RT_SUCCESS_NP(rc)) 1068 1068 rc = rc3; 1069 AssertStmt(RT_FAILURE_NP(rc), rc = VERR_IPE_UNEXPECTED_STATUS); 1069 1070 } 1070 1071 } -
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.