VirtualBox

Changeset 100953 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Aug 23, 2023 11:12:26 AM (18 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
158891
Message:

IPRT/dbg: Fix clang warning. Code not needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/dbg/dbgmodcodeview.cpp

    r100950 r100953  
    26932693    if (iNext < cShs)
    26942694    {
    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;
    26962696        Assert(cbMapped <= cbAvailable);
    26972697        return cbAvailable;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette