VirtualBox

Changeset 54987 in vbox for trunk/src


Ignore:
Timestamp:
Mar 27, 2015 11:21:41 AM (10 years ago)
Author:
vboxsync
Message:

Elf/RelocateSectionExecDyn: AssertReturn -> AssertMsgReturn.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h

    r52213 r54987  
    250250        else
    251251        {
    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);
    253254#if   ELF_MODE == 64
    254255            SymValue = pSym->st_value;
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