VirtualBox

Ignore:
Timestamp:
Aug 23, 2021 7:08:38 PM (3 years ago)
Author:
vboxsync
Message:

Runtime: More VALID_PTR -> RT_VALID_PTR/AssertPtr.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/dbg/dbgas.cpp

    r82968 r90803  
    332332        PRTDBGASMOD pMod = pDbgAs->papModules[i];
    333333        AssertPtr(pMod);
    334         if (VALID_PTR(pMod))
     334        if (RT_VALID_PTR(pMod))
    335335        {
    336336            Assert(pMod->iOrdinal == i);
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