- Timestamp:
- Mar 27, 2015 11:21:41 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h
r52213 r54987 250 250 else 251 251 { 252 AssertReturn(pSym->st_shndx < pModElf->cSyms || pSym->st_shndx == SHN_ABS, ("%#x\n", pSym->st_shndx)); 252 AssertMsgReturn(pSym->st_shndx < pModElf->cSyms || pSym->st_shndx == SHN_ABS, ("%#x\n", pSym->st_shndx), 253 VERR_LDRELF_INVALID_RELOCATION_OFFSET); 253 254 #if ELF_MODE == 64 254 255 SymValue = pSym->st_value;
Note:
See TracChangeset
for help on using the changeset viewer.