Changeset 32254 in vbox for trunk/src/VBox
- Timestamp:
- Sep 6, 2010 3:19:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/DBGFCoreWrite.cpp
r32253 r32254 340 340 uint64_t cbElfHdr = 0; 341 341 uint64_t cbProgHdr = 0; 342 uint64_t offMemRange = 0; 342 343 rc = Elf64WriteElfHdr(hFile, cProgHdrs, 0 /* cSecHdrs */, &cbElfHdr); 343 344 off += cbElfHdr; … … 369 370 * Write PT_LOAD program header for each memory range. 370 371 */ 371 uint64_toffMemRange = off + cbNoteSection;372 offMemRange = off + cbNoteSection; 372 373 for (uint16_t iRange = 0; iRange < cMemRanges; iRange++) 373 374 {
Note:
See TracChangeset
for help on using the changeset viewer.