VirtualBox

Changeset 32215 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 2, 2010 3:27:11 PM (14 years ago)
Author:
vboxsync
Message:

VMM/DBGFCoreWrite: build fix.

File:
1 edited

Legend:

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

    r32214 r32215  
    167167 * @return IPRT status code.
    168168 */
    169 static int Elf64WriteNoteHeader(RTFILE hFile, uint_t Type, const char *pszName, const void *pcv, uint64_t cb, uint64_t *pcbNoteHdr)
     169static int Elf64WriteNoteHeader(RTFILE hFile, uint16_t Type, const char *pszName, const void *pcv, uint64_t cb, uint64_t *pcbNoteHdr)
    170170{
    171171    AssertReturn(pcv, VERR_INVALID_POINTER);
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