- Timestamp:
- May 24, 2013 7:19:07 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgmodcontainer.cpp
r46254 r46258 575 575 PCRTDBGMODCTNSEGMENT paSeg = pThis->paSegs; 576 576 uint32_t const cSegs = pThis->cSegs; 577 #if 0 577 578 if (cSegs <= 7) 579 #endif 578 580 { 579 581 /* … … 591 593 } 592 594 } 595 #if 0 /** @todo binary search doesn't work if we've got empty segments in the list */ 593 596 else 594 597 { … … 634 637 } 635 638 } 639 #endif 636 640 637 641 /* Invalid. */
Note:
See TracChangeset
for help on using the changeset viewer.