VirtualBox

Changeset 44302 in vbox


Ignore:
Timestamp:
Jan 16, 2013 11:05:07 AM (12 years ago)
Author:
vboxsync
Message:

Runtime: work around gcc bug 55940, see public ticket 11035

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/memobj-r0drv.cpp

    r40938 r44302  
    265265 * @param   iPage   The page number within the object.
    266266 */
     267/* Work around gcc bug 55940 */
     268#if defined(__GNUC__) && defined(RT_ARCH_X86)
     269# if (__GNUC__ * 100 + __GNUC_MINOR__) == 407
     270 __attribute__((__optimize__ ("no-shrink-wrap")))
     271# endif
     272#endif
    267273RTR0DECL(RTHCPHYS) RTR0MemObjGetPagePhysAddr(RTR0MEMOBJ MemObj, size_t iPage)
    268274{
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