VirtualBox

Ignore:
Timestamp:
Aug 23, 2021 9:42:32 AM (3 years ago)
Author:
vboxsync
Message:

VMM: VALID_PTR -> RT_VALID_PTR.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/DBGFAddr.cpp

    r82968 r90784  
    210210{
    211211    UVM_ASSERT_VALID_EXT_RETURN(pUVM, false);
    212     if (!VALID_PTR(pAddress))
     212    if (!RT_VALID_PTR(pAddress))
    213213        return false;
    214214    if (!DBGFADDRESS_IS_VALID(pAddress))
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