- Timestamp:
- Dec 27, 2020 8:20:17 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142033
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFR3Bp.cpp
r87130 r87133 1186 1186 uint32_t idxL2Right = DBGF_BP_L2_ENTRY_GET_IDX_RIGHT(pL2Nd->u64LeftRightIdxDepthBpHnd2); 1187 1187 1188 Assert(idxL2NdParent != DBGF_BP_L2_ENTRY_IDX_END || !pL2NdParent); 1188 Assert(idxL2NdParent != DBGF_BP_L2_ENTRY_IDX_END || !pL2NdParent); RT_NOREF(idxL2NdParent); 1189 1189 uint32_t idxL2ParentNew = DBGF_BP_L2_ENTRY_IDX_END; 1190 1190 if (idxL2Right == DBGF_BP_L2_ENTRY_IDX_END) … … 1281 1281 if (GCPtrL2Entry == GCPtr) 1282 1282 { 1283 Assert(DBGF_BP_L2_ENTRY_GET_BP_HND(pL2Entry->u64GCPtrKeyAndBpHnd1, pL2Entry->u64LeftRightIdxDepthBpHnd2) == hBp); 1283 Assert(DBGF_BP_L2_ENTRY_GET_BP_HND(pL2Entry->u64GCPtrKeyAndBpHnd1, pL2Entry->u64LeftRightIdxDepthBpHnd2) == hBp); RT_NOREF(hBp); 1284 1284 1285 1285 rc = dbgfR3BpInt3BstNodeRemove(pUVM, idxL1, idxL2Root, idxL2Cur, pL2Entry,
Note:
See TracChangeset
for help on using the changeset viewer.