VirtualBox

Changeset 55850 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
May 13, 2015 2:03:42 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
100302
Message:

Windows build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevAHCI.cpp

    r55847 r55850  
    69166916                else
    69176917                {
    6918                     ASMAtomicWritePtr(&pAhciPort->aActiveTasks[pAhciReq->uTag], NULL);
     6918                    ASMAtomicWriteNullPtr(&pAhciPort->aActiveTasks[pAhciReq->uTag]);
    69196919                    ahciR3ReqFree(pAhciPort, pAhciReq);
    69206920                }
     
    69316931                else
    69326932                {
    6933                     ASMAtomicWritePtr(&pAhciPort->aActiveTasks[pAhciReq->uTag], NULL);
     6933                    ASMAtomicWriteNullPtr(&pAhciPort->aActiveTasks[pAhciReq->uTag]);
    69346934                    ahciR3ReqFree(pAhciPort, pAhciReq);
    69356935                }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette