Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 416827
Collapse All | Expand All

(-)glib/gbitlock.c (-1 / +2 lines)
Lines 176-182 Link Here
176
176
177
#if (defined (i386) || defined (__amd64__))
177
#if (defined (i386) || defined (__amd64__))
178
  #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)
178
  #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)
179
    #define USE_ASM_GOTO 1
179
    //#define USE_ASM_GOTO 1
180
    #undef USE_ASM_GOTO
180
  #endif
181
  #endif
181
#endif
182
#endif
182
183

Return to bug 416827