Changeset 32215 in vbox for trunk/src/VBox
- Timestamp:
- Sep 2, 2010 3:27:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/DBGFCoreWrite.cpp
r32214 r32215 167 167 * @return IPRT status code. 168 168 */ 169 static int Elf64WriteNoteHeader(RTFILE hFile, uint _t Type, const char *pszName, const void *pcv, uint64_t cb, uint64_t *pcbNoteHdr)169 static int Elf64WriteNoteHeader(RTFILE hFile, uint16_t Type, const char *pszName, const void *pcv, uint64_t cb, uint64_t *pcbNoteHdr) 170 170 { 171 171 AssertReturn(pcv, VERR_INVALID_POINTER);
Note:
See TracChangeset
for help on using the changeset viewer.