VirtualBox

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


Ignore:
Timestamp:
May 7, 2013 1:35:58 PM (12 years ago)
Author:
vboxsync
Message:

dbgmoddwarf.cpp: Fixed bug in line number interpreter.

File:
1 edited

Legend:

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

    r44529 r45936  
    18121812            bOpCode /= pLnState->Hdr.u8LineRange;
    18131813
    1814             uint64_t uTmp = bOpCode + pLnState->Regs.idxOp + bOpCode;
     1814            uint64_t uTmp = bOpCode + pLnState->Regs.idxOp;
    18151815            uint64_t const cAddressDelta = uTmp / pLnState->Hdr.cMaxOpsPerInstr * pLnState->Hdr.cbMinInstr;
    18161816            uint64_t const cOpIndexDelta = uTmp % pLnState->Hdr.cMaxOpsPerInstr;
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