Changeset 92867 in vbox
- Timestamp:
- Dec 10, 2021 7:16:31 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp
r90543 r92867 2029 2029 DBGGUISTATSSTACK Stack; 2030 2030 Stack.a[0].pNode = m_pRoot; 2031 Stack.a[0].iChild = -1;2031 Stack.a[0].iChild = 0; 2032 2032 Stack.a[0].cchName = 0; 2033 2033 Stack.iTop = 0; … … 2041 2041 PDBGGUISTATSNODE const pNode = Stack.a[Stack.iTop].pNode; 2042 2042 uint16_t cchName = Stack.a[Stack.iTop].cchName; 2043 uint32_t const iChild = ++Stack.a[Stack.iTop].iChild;2043 uint32_t const iChild = Stack.a[Stack.iTop].iChild++; 2044 2044 if (iChild < pNode->cChildren) 2045 2045 {
Note:
See TracChangeset
for help on using the changeset viewer.

