Changeset 77099 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Feb 1, 2019 10:22:42 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128556
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/VMReq.cpp
r76553 r77099 670 670 Assert(pReq->enmState == VMREQSTATE_FREE); 671 671 Assert(pReq->pUVM == pUVM); 672 ASMAtomic XchgSize(&pReq->pNext, NULL);672 ASMAtomicWriteNullPtr(&pReq->pNext); 673 673 pReq->enmState = VMREQSTATE_ALLOCATED; 674 674 pReq->iStatus = VERR_VM_REQUEST_STATUS_STILL_PENDING;
Note:
See TracChangeset
for help on using the changeset viewer.