Changeset 29137 in vbox
- Timestamp:
- May 6, 2010 11:46:31 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r29080 r29137 6524 6524 AssertMsgFailed(("%s Failed to destroy async IO thread rc=%Rrc rcThread=%Rrc\n", __FUNCTION__, rc, rcThread)); 6525 6525 6526 pAhciPort->pAsyncIOThread = NULL; 6527 6526 6528 rc = RTSemEventDestroy(pAhciPort->AsyncIORequestSem); 6527 6529 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.