VirtualBox

Changeset 32254 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 6, 2010 3:19:50 PM (14 years ago)
Author:
vboxsync
Message:

VMM/DBGFCoreWrite: build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/DBGFCoreWrite.cpp

    r32253 r32254  
    340340    uint64_t cbElfHdr = 0;
    341341    uint64_t cbProgHdr = 0;
     342    uint64_t offMemRange = 0;
    342343    rc = Elf64WriteElfHdr(hFile, cProgHdrs, 0 /* cSecHdrs */, &cbElfHdr);
    343344    off += cbElfHdr;
     
    369370     * Write PT_LOAD program header for each memory range.
    370371     */
    371     uint64_t offMemRange = off + cbNoteSection;
     372    offMemRange = off + cbNoteSection;
    372373    for (uint16_t iRange = 0; iRange < cMemRanges; iRange++)
    373374    {
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