Changeset 45936 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- May 7, 2013 1:35:58 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp
r44529 r45936 1812 1812 bOpCode /= pLnState->Hdr.u8LineRange; 1813 1813 1814 uint64_t uTmp = bOpCode + pLnState->Regs.idxOp + bOpCode;1814 uint64_t uTmp = bOpCode + pLnState->Regs.idxOp; 1815 1815 uint64_t const cAddressDelta = uTmp / pLnState->Hdr.cMaxOpsPerInstr * pLnState->Hdr.cbMinInstr; 1816 1816 uint64_t const cOpIndexDelta = uTmp % pLnState->Hdr.cMaxOpsPerInstr;
Note:
See TracChangeset
for help on using the changeset viewer.