VirtualBox

Ignore:
Timestamp:
May 24, 2013 7:19:07 PM (12 years ago)
Author:
vboxsync
Message:

dbgmodcontainer.cpp: Binary search doesn't work with the 0 LB 0 segments, disabled it for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/dbg/dbgmodcontainer.cpp

    r46254 r46258  
    575575    PCRTDBGMODCTNSEGMENT  paSeg = pThis->paSegs;
    576576    uint32_t const        cSegs = pThis->cSegs;
     577#if 0
    577578    if (cSegs <= 7)
     579#endif
    578580    {
    579581        /*
     
    591593        }
    592594    }
     595#if 0 /** @todo binary search doesn't work if we've got empty segments in the list */
    593596    else
    594597    {
     
    634637        }
    635638    }
     639#endif
    636640
    637641    /* Invalid. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette