Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 136862 | Differences between
and this patch

Collapse All | Expand All

(-)seti_boinc/client/vector/analyzeFuncs_vector.cpp.orig (-1 / +1 lines)
Lines 253-259 Link Here
253
        uninstall_sighandler();
253
        uninstall_sighandler();
254
        return true;
254
        return true;
255
#elif defined(__i386__) || defined (__x86_64__)
255
#elif defined(__i386__) || defined (__x86_64__)
256
        __asm__ ("movl %cr4,%eax");
256
        //__asm__ ("movl %cr4,%eax");
257
#elif defined(__ppc__) || defined(__sparc__)
257
#elif defined(__ppc__) || defined(__sparc__)
258
__asm__ (".long %0": : "i" (0xfeedface) );
258
__asm__ (".long %0": : "i" (0xfeedface) );
259
#endif
259
#endif

Return to bug 136862