Changeset 100953 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Aug 23, 2023 11:12:26 AM (18 months ago)
- svn:sync-xref-src-repo-rev:
- 158891
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgmodcodeview.cpp
r100950 r100953 2693 2693 if (iNext < cShs) 2694 2694 { 2695 uint32_t cbAvailable = paShs[iNext].VirtualAddress - (iCur != ~(size_t)0 ? paShs[iCur].VirtualAddress : 0);2695 uint32_t cbAvailable = paShs[iNext].VirtualAddress - paShs[iCur].VirtualAddress; 2696 2696 Assert(cbMapped <= cbAvailable); 2697 2697 return cbAvailable;
Note:
See TracChangeset
for help on using the changeset viewer.