VirtualBox

Changeset 46151 in vbox for trunk/src


Ignore:
Timestamp:
May 17, 2013 7:28:09 PM (12 years ago)
Author:
vboxsync
Message:

grumble.

File:
1 edited

Legend:

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

    r46149 r46151  
    10331033        while (   iRelocs < pThis->Ehdr.e_shnum
    10341034               && (   pThis->paShdrs[iRelocs].sh_info != iDbgInfo
    1035                    || pThis->paShdrs[iRelocs].sh_type != SHT_REL
    1036                    || pThis->paShdrs[iRelocs].sh_type != SHT_RELA))
     1035                   || (   pThis->paShdrs[iRelocs].sh_type != SHT_REL
     1036                       && pThis->paShdrs[iRelocs].sh_type != SHT_RELA)) )
    10371037            iRelocs++;
    10381038    }
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