Changeset 59627 in vbox
- Timestamp:
- Feb 10, 2016 9:48:09 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvVD.cpp
r59550 r59627 3995 3995 RTListForEachSafe(&pThis->LstIoReqRedo, pIoReq, pIoReqNext, PDMMEDIAEXIOREQINT, NdLstWait) 3996 3996 { 3997 int rc ;3997 int rc = VINF_SUCCESS; 3998 3998 bool fXchg = ASMAtomicCmpXchgU32((volatile uint32_t *)&pIoReq->enmState, VDIOREQSTATE_ACTIVE, VDIOREQSTATE_SUSPENDED); 3999 3999 … … 4025 4025 rc = VINF_SUCCESS; 4026 4026 } 4027 else 4028 AssertMsgFailed(("Invalid request type %u\n", pIoReq->enmType)); 4027 4029 4028 4030 if (rc != VINF_PDM_MEDIAEX_IOREQ_IN_PROGRESS)
Note:
See TracChangeset
for help on using the changeset viewer.