VirtualBox

Ignore:
Timestamp:
Aug 16, 2019 8:07:11 PM (5 years ago)
Author:
vboxsync
Message:

tstInt: Eliminating the VBOX_BUGREF_9217 preprocessor macro. bugref:9217

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/testcase/tstInt.cpp

    r80305 r80332  
    9595                PVM pVM = CreateVMReq.pVMR3;
    9696                AssertRelease(VALID_PTR(pVM));
    97 #ifdef VBOX_BUGREF_9217
    9897                AssertRelease(pVM->pVMR0ForCall == CreateVMReq.pVMR0);
    99 #else
    100                 AssertRelease(pVM->pVMR0 == CreateVMReq.pVMR0);
    101 #endif
    10298                AssertRelease(pVM->pSession == pSession);
    10399                AssertRelease(pVM->cCpus == 1);
    104 #ifdef VBOX_WITH_RAW_MODE
    105                 AssertRelease(pVM->offVMCPU == RT_UOFFSETOF(VM, aCpus));
    106 #endif
    107100                pVM->enmVMState = VMSTATE_CREATED;
    108101                PVMR0 const pVMR0 = CreateVMReq.pVMR0;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette