Changeset 89698 in vbox for trunk/src/VBox/VMM/VMMR3/DBGFR3SampleReport.cpp
- Timestamp:
- Jun 15, 2021 9:57:22 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFR3SampleReport.cpp
r89695 r89698 631 631 AssertPtrReturn(pThis, UINT32_MAX); 632 632 AssertReturn(ASMAtomicReadU32((volatile uint32_t *)&pThis->enmState) == DBGFSAMPLEREPORTSTATE_READY, 633 VERR_INVALID_STATE);633 0); 634 634 635 635 uint32_t cRefs = ASMAtomicDecU32(&pThis->cRefs);
Note:
See TracChangeset
for help on using the changeset viewer.