Changeset 90784 in vbox for trunk/src/VBox/VMM/VMMR3/DBGFAddr.cpp
- Timestamp:
- Aug 23, 2021 9:42:32 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFAddr.cpp
r82968 r90784 210 210 { 211 211 UVM_ASSERT_VALID_EXT_RETURN(pUVM, false); 212 if (! VALID_PTR(pAddress))212 if (!RT_VALID_PTR(pAddress)) 213 213 return false; 214 214 if (!DBGFADDRESS_IS_VALID(pAddress))
Note:
See TracChangeset
for help on using the changeset viewer.