VirtualBox

Changeset 86 in kStuff for trunk


Ignore:
Timestamp:
Sep 7, 2016 1:01:12 PM (8 years ago)
Author:
bird
Message:

try make gcc 6.2.0 happy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdrModMachO.c

    r81 r86  
    654654                                              || (fSkipSeg && !kHlpStrComp(pSrcSeg->segname, "__CTF") /* see above */), \
    655655                                              KLDR_ERR_MACHO_BAD_LOAD_COMMAND); \
    656                     KLDRMODMACHO_CHECK_RETURN((pSrcSeg->maxprot & pSrcSeg->initprot) == pSrcSeg->initprot, \
     656                    KLDRMODMACHO_CHECK_RETURN(!(~pSrcSeg->maxprot & pSrcSeg->initprot), \
    657657                                              KLDR_ERR_MACHO_BAD_LOAD_COMMAND); \
    658658                    KLDRMODMACHO_CHECK_RETURN(!(pSrcSeg->flags & ~(SG_HIGHVM | SG_FVMLIB | SG_NORELOC | SG_PROTECTED_VERSION_1)), \
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