- Timestamp:
- Feb 22, 2010 7:25:02 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMAsyncCompletionFileNormal.cpp
r26671 r26672 712 712 PPDMACTASKFILE pCurr = pTaskHead; 713 713 714 if (!pdmacFileBwMgrIsTransferAllowed(pEndpoint->pBwMgr, pCurr->DataSeg.cbSeg))714 if (!pdmacFileBwMgrIsTransferAllowed(pEndpoint->pBwMgr, (uint32_t)pCurr->DataSeg.cbSeg)) 715 715 { 716 716 pAioMgr->fBwLimitReached = true;
Note:
See TracChangeset
for help on using the changeset viewer.