Changeset 70477 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Jan 7, 2018 6:38:38 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120089
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/poll.cpp
r69111 r70477 849 849 if (iPrev != UINT32_MAX) 850 850 { 851 Assert(pThis->paHandles[i ].fFinalEntry);852 pThis->paHandles[i ].fFinalEntry = false;851 Assert(pThis->paHandles[iPrev].fFinalEntry); 852 pThis->paHandles[iPrev].fFinalEntry = false; 853 853 } 854 854
Note:
See TracChangeset
for help on using the changeset viewer.