Changeset 34507 in vbox for trunk/src/VBox/Runtime/common/alloc
- Timestamp:
- Nov 30, 2010 1:14:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/alloc/memcache.cpp
r33278 r34507 528 528 Assert(iObj * pThis->cbObject == offObj); 529 529 Assert(iObj < pThis->cPerPage); 530 AssertReturnVoid(ASMBitTest(pPage->pbmAlloc, iObj));530 AssertReturnVoid(ASMBitTest(pPage->pbmAlloc, (int32_t)iObj)); 531 531 # endif 532 532
Note:
See TracChangeset
for help on using the changeset viewer.