- Timestamp:
- Oct 6, 2014 8:04:31 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r52951 r52961 6743 6743 rc = ahciIoBufAllocate(pAhciPort, pAhciReq, pAhciReq->cbTransfer); 6744 6744 if (RT_FAILURE(rc)) 6745 { 6746 /* In case we can't allocate enough memory fail the request with an overflow error. */ 6745 6747 AssertMsgFailed(("%s: Failed to process command %Rrc\n", __FUNCTION__, rc)); 6748 pAhciReq->fFlags |= AHCI_REQ_OVERFLOW; 6749 } 6746 6750 } 6747 6751
Note:
See TracChangeset
for help on using the changeset viewer.