From b6b478fb743886ab985f8e0470f82075cef474bc Mon Sep 17 00:00:00 2001 From: zherczeg Date: Tue, 3 Nov 2020 13:20:09 +0000 Subject: JIT compiler update. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1281 6239d852-aaf2-0410-a92c-79f79f948069 --- src/sljit/sljitLir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sljit/sljitLir.c') diff --git a/src/sljit/sljitLir.c b/src/sljit/sljitLir.c index 4078613..d817c90 100644 --- a/src/sljit/sljitLir.c +++ b/src/sljit/sljitLir.c @@ -2043,7 +2043,7 @@ static SLJIT_INLINE sljit_s32 emit_mov_before_return(struct sljit_compiler *comp #if (defined SLJIT_CONFIG_X86 && SLJIT_CONFIG_X86) \ || (defined SLJIT_CONFIG_PPC && SLJIT_CONFIG_PPC) \ || (defined SLJIT_CONFIG_SPARC_32 && SLJIT_CONFIG_SPARC_32) \ - || ((defined SLJIT_CONFIG_MIPS && SLJIT_CONFIG_MIPS) && !(defined SLJIT_MIPS_REV && SLJIT_MIPS_REV >= 1)) + || ((defined SLJIT_CONFIG_MIPS && SLJIT_CONFIG_MIPS) && !(defined SLJIT_MIPS_REV && SLJIT_MIPS_REV >= 1 && SLJIT_MIPS_REV < 6)) static SLJIT_INLINE sljit_s32 sljit_emit_cmov_generic(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 dst_reg, -- cgit v1.2.1