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

(-)pcre-8.41.orig/sljit/sljitNativeMIPS_common.c (+2 lines)
Lines 503-511 SLJIT_API_FUNC_ATTRIBUTE sljit_s32 sljit Link Here
503
#ifdef SLJIT_IS_FPU_AVAILABLE
503
#ifdef SLJIT_IS_FPU_AVAILABLE
504
		return SLJIT_IS_FPU_AVAILABLE;
504
		return SLJIT_IS_FPU_AVAILABLE;
505
#elif defined(__GNUC__)
505
#elif defined(__GNUC__)
506
	{
506
		sljit_sw fir;
507
		sljit_sw fir;
507
		asm ("cfc1 %0, $0" : "=r"(fir));
508
		asm ("cfc1 %0, $0" : "=r"(fir));
508
		return (fir >> 22) & 0x1;
509
		return (fir >> 22) & 0x1;
510
	}
509
#else
511
#else
510
#error "FIR check is not implemented for this architecture"
512
#error "FIR check is not implemented for this architecture"
511
#endif
513
#endif

Return to bug 626564