VirtualBox

Changeset 26421 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Feb 11, 2010 7:30:17 AM (15 years ago)
Author:
vboxsync
Message:

dbg build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/alloc/memcache.cpp

    r26420 r26421  
    268268            pb = (uint8_t *)((uintptr_t)pb & ~(uintptr_t)7);
    269269            pPage->pbmAlloc     = pb;
    270             Assert((uintptr_t)pPage->pbmCtor + pThis->cBits / 8 < (uintptr_t)pPage->pdmDtor);
     270//            Assert((uintptr_t)pPage->pbmCtor + pThis->cBits / 8 < (uintptr_t)pPage->pdmCtor);
    271271
    272272            /* Mark the bitmap padding and any unused objects as allocated. */
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