Diff for /embedaddon/pcre/sljit/sljitLir.c between versions 1.1.1.4 and 1.1.1.5

version 1.1.1.4, 2013/07/22 08:25:57 version 1.1.1.5, 2014/06/15 19:46:05
Line 170 Line 170
 #       define FCSR_FCC 33  #       define FCSR_FCC 33
 #endif  #endif
   
   #if (defined SLJIT_CONFIG_TILEGX && SLJIT_CONFIG_TILEGX)
   #       define IS_JAL           0x04
   #       define IS_COND          0x08
   
   #       define PATCH_B          0x10
   #       define PATCH_J          0x20
   #endif
   
 #if (defined SLJIT_CONFIG_SPARC_32 && SLJIT_CONFIG_SPARC_32)  #if (defined SLJIT_CONFIG_SPARC_32 && SLJIT_CONFIG_SPARC_32)
 #       define IS_MOVABLE       0x04  #       define IS_MOVABLE       0x04
 #       define IS_COND          0x08  #       define IS_COND          0x08
Line 1345  static SLJIT_INLINE sljit_si emit_mov_before_return(st Line 1353  static SLJIT_INLINE sljit_si emit_mov_before_return(st
 #       include "sljitNativeMIPS_common.c"  #       include "sljitNativeMIPS_common.c"
 #elif (defined SLJIT_CONFIG_SPARC_32 && SLJIT_CONFIG_SPARC_32)  #elif (defined SLJIT_CONFIG_SPARC_32 && SLJIT_CONFIG_SPARC_32)
 #       include "sljitNativeSPARC_common.c"  #       include "sljitNativeSPARC_common.c"
   #elif (defined SLJIT_CONFIG_TILEGX && SLJIT_CONFIG_TILEGX)
   #       include "sljitNativeTILEGX.c"
 #endif  #endif
   
 #if !(defined SLJIT_CONFIG_MIPS_32 && SLJIT_CONFIG_MIPS_32)  #if !(defined SLJIT_CONFIG_MIPS_32 && SLJIT_CONFIG_MIPS_32)

Removed from v.1.1.1.4  
changed lines
  Added in v.1.1.1.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>