VirtualBox

Changeset 32222 in vbox


Ignore:
Timestamp:
Sep 2, 2010 6:31:52 PM (14 years ago)
Author:
vboxsync
Message:

VMM/DBGFCoreWrite: Windows build fix.

File:
1 edited

Legend:

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

    r32220 r32222  
    170170 * @return The size of the NOTE section as rounded to the file alignment.
    171171 */
    172 static inline int Elf64NoteSectionSize(uint64_t cb)
     172static inline uint64_t Elf64NoteSectionSize(uint64_t cb)
    173173{
    174174    return sizeof(ELFNOTEHDR) + RT_ALIGN_64(cb, s_NoteAlign);
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