Changeset 44135 in vbox
- Timestamp:
- Dec 14, 2012 2:51:03 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/sg.cpp
r38686 r44135 47 47 } 48 48 49 AssertReleaseMsg( pSgBuf->cbSegLeft <= 5* _1M49 AssertReleaseMsg( pSgBuf->cbSegLeft <= 32 * _1M 50 50 && (uintptr_t)pSgBuf->pvSegCur >= (uintptr_t)pSgBuf->paSegs[pSgBuf->idxSeg].pvSeg 51 51 && (uintptr_t)pSgBuf->pvSegCur + pSgBuf->cbSegLeft <= (uintptr_t)pSgBuf->paSegs[pSgBuf->idxSeg].pvSeg + pSgBuf->paSegs[pSgBuf->idxSeg].cbSeg,
Note:
See TracChangeset
for help on using the changeset viewer.