Changeset 80332 in vbox for trunk/src/VBox/HostDrivers/Support/testcase/tstInt.cpp
- Timestamp:
- Aug 16, 2019 8:07:11 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/tstInt.cpp
r80305 r80332 95 95 PVM pVM = CreateVMReq.pVMR3; 96 96 AssertRelease(VALID_PTR(pVM)); 97 #ifdef VBOX_BUGREF_921798 97 AssertRelease(pVM->pVMR0ForCall == CreateVMReq.pVMR0); 99 #else100 AssertRelease(pVM->pVMR0 == CreateVMReq.pVMR0);101 #endif102 98 AssertRelease(pVM->pSession == pSession); 103 99 AssertRelease(pVM->cCpus == 1); 104 #ifdef VBOX_WITH_RAW_MODE105 AssertRelease(pVM->offVMCPU == RT_UOFFSETOF(VM, aCpus));106 #endif107 100 pVM->enmVMState = VMSTATE_CREATED; 108 101 PVMR0 const pVMR0 = CreateVMReq.pVMR0;
Note:
See TracChangeset
for help on using the changeset viewer.