Changeset 38558 in vbox for trunk/src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp
- Timestamp:
- Aug 29, 2011 1:19:17 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp
r38557 r38558 823 823 { 824 824 uint64_t uAddress; 825 uint 32_t idxOp;825 uint64_t idxOp; 826 826 uint32_t iFile; 827 827 uint32_t uLine; … … 874 874 * Resize the array if necessary. 875 875 */ 876 size_t iFileName = pLnState->cFileNames;876 uint32_t iFileName = pLnState->cFileNames; 877 877 if ((iFileName % 2) == 0) 878 878 {
Note:
See TracChangeset
for help on using the changeset viewer.