VirtualBox

Changeset 74645 in vbox for trunk


Ignore:
Timestamp:
Oct 6, 2018 8:03:54 PM (6 years ago)
Author:
vboxsync
Message:

IPRT: More adjustments to the LX and Mach-O loader code from kStuff. bugref:9232

File:
1 edited

Legend:

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

    r74643 r74645  
    21852185
    21862186
     2187/* GCC goes boinkers if we put this inside the function. */
     2188union RELOC_VISIBILITY_STUPIDITY
     2189{
     2190    const uint8_t          *pb;
     2191    const struct r32_rlc   *prlc;
     2192};
     2193
    21872194/**
    21882195 * @interface_method_impl{RTLDROPS,pfnRelocate}
     
    22492256            while (pb < pbFixupRecEnd)
    22502257            {
    2251                 union
    2252                 {
    2253                     const uint8_t          *pb;
    2254                     const struct r32_rlc   *prlc;
    2255                 } u;
     2258                union RELOC_VISIBILITY_STUPIDITY u;
    22562259                char szImpModule[256];
    22572260                u.pb = pb;
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