Changeset 90803 in vbox for trunk/src/VBox/Runtime/common/dbg
- Timestamp:
- Aug 23, 2021 7:08:38 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146438
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgas.cpp
r82968 r90803 332 332 PRTDBGASMOD pMod = pDbgAs->papModules[i]; 333 333 AssertPtr(pMod); 334 if ( VALID_PTR(pMod))334 if (RT_VALID_PTR(pMod)) 335 335 { 336 336 Assert(pMod->iOrdinal == i);
Note:
See TracChangeset
for help on using the changeset viewer.