VirtualBox

Ignore:
Timestamp:
Oct 8, 2018 9:51:47 AM (6 years ago)
Author:
vboxsync
Message:

common/ldr: add RT_FALL_THRU() to recently added files to fix build.
bugref:9232: disabling SIP through VirtualBox kext

File:
1 edited

Legend:

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

    r74656 r74664  
    744744                                RTLDRMODMACHO_CHECK_RETURN(fOpenFlags & RTLDR_O_FOR_DEBUG, \
    745745                                                          VERR_LDRMACHO_UNSUPPORTED_INIT_SECTION); \
    746                                 /* Falls through. */ \
     746                                RT_FALL_THRU(); \
    747747                            case S_MOD_TERM_FUNC_POINTERS: \
    748748                                /** @todo this requires a query API or flag... (e.g. C++ destructors) */ \
     
    848848                                        *pLinkAddress = pSect->addr; \
    849849                                } \
    850                                 /* Falls through. */ \
     850                                RT_FALL_THRU(); \
    851851                            case MH_EXECUTE: \
    852852                            case MH_DYLIB: \
     
    30773077                case X86_64_RELOC_SIGNED_4:
    30783078                    RTLDRMODMACHO_CHECK_RETURN(Fixup.r.r_pcrel, VERR_LDR_BAD_FIXUP);
    3079                     /* Falls through. */
     3079                    RT_FALL_THRU();
    30803080                default:
    30813081                {
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