Changeset 44219 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Dec 31, 2012 12:29:52 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83007
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgas.cpp
r41493 r44219 901 901 RTDBGAS_LOCK_WRITE(pDbgAs); 902 902 PRTDBGASMAP pMap = (PRTDBGASMAP)RTAvlrUIntPtrRangeGet(&pDbgAs->MapTree, Addr); 903 if ( pMap)903 if (!pMap) 904 904 { 905 905 RTDBGAS_UNLOCK_WRITE(pDbgAs);
Note:
See TracChangeset
for help on using the changeset viewer.