VirtualBox

Ignore:
Timestamp:
Aug 23, 2021 7:08:53 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146439
Message:

HostDrivers: More VALID_PTR -> RT_VALID_PTR/AssertPtr.

File:
1 edited

Legend:

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

    r87235 r90804  
    9999            {
    100100                PVM pVM = CreateVMReq.pVMR3;
    101                 AssertRelease(VALID_PTR(pVM));
     101                AssertRelease(RT_VALID_PTR(pVM));
    102102                AssertRelease(pVM->pVMR0ForCall == CreateVMReq.pVMR0);
    103103                AssertRelease(pVM->pSession == pSession);
Note: See TracChangeset for help on using the changeset viewer.

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