- Timestamp:
- Oct 6, 2018 8:03:54 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/ldr/ldrLX.cpp
r74643 r74645 2185 2185 2186 2186 2187 /* GCC goes boinkers if we put this inside the function. */ 2188 union RELOC_VISIBILITY_STUPIDITY 2189 { 2190 const uint8_t *pb; 2191 const struct r32_rlc *prlc; 2192 }; 2193 2187 2194 /** 2188 2195 * @interface_method_impl{RTLDROPS,pfnRelocate} … … 2249 2256 while (pb < pbFixupRecEnd) 2250 2257 { 2251 union 2252 { 2253 const uint8_t *pb; 2254 const struct r32_rlc *prlc; 2255 } u; 2258 union RELOC_VISIBILITY_STUPIDITY u; 2256 2259 char szImpModule[256]; 2257 2260 u.pb = pb;
Note:
See TracChangeset
for help on using the changeset viewer.