Changeset 55850 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- May 13, 2015 2:03:42 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100302
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r55847 r55850 6916 6916 else 6917 6917 { 6918 ASMAtomicWrite Ptr(&pAhciPort->aActiveTasks[pAhciReq->uTag], NULL);6918 ASMAtomicWriteNullPtr(&pAhciPort->aActiveTasks[pAhciReq->uTag]); 6919 6919 ahciR3ReqFree(pAhciPort, pAhciReq); 6920 6920 } … … 6931 6931 else 6932 6932 { 6933 ASMAtomicWrite Ptr(&pAhciPort->aActiveTasks[pAhciReq->uTag], NULL);6933 ASMAtomicWriteNullPtr(&pAhciPort->aActiveTasks[pAhciReq->uTag]); 6934 6934 ahciR3ReqFree(pAhciPort, pAhciReq); 6935 6935 }
Note:
See TracChangeset
for help on using the changeset viewer.