[mono/mono] 0927129c: [jit] Fix the DISABLE_JIT build.

"Zoltan Varga ([email protected])" <[email protected]> Thu, 14 Nov 2013 03:51:18 +0000
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <0000014254bc0a45-6ad14736-378b-4be6-8301-31c077a5022a-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/mono
  Compare: https://github.com/mono/mono/compare/8332e5db5695...0927129c35f5

   Commit: 0927129c35f5a2d6df891857b2155ad5fb6ba3d2
   Author: Zoltan Varga <[email protected]> (vargaz)
     Date: 2013-11-14 03:50:13 GMT
      URL: https://github.com/mono/mono/commit/0927129c35f5a2d6df891857b2155ad5fb6ba3d2

[jit] Fix the DISABLE_JIT build.

Changed paths:
  M mono/mini/mini-arm.c

Modified: mono/mini/mini-arm.c
===================================================================
@@ -154,7 +154,7 @@
 
 #define ADD_LR_PC_4 ((ARMCOND_AL << ARMCOND_SHIFT) | (1 << 25) | (1 << 23) | (ARMREG_PC << 16) | (ARMREG_LR << 12) | 4)
 #define MOV_LR_PC ((ARMCOND_AL << ARMCOND_SHIFT) | (1 << 24) | (0xa << 20) |  (ARMREG_LR << 12) | ARMREG_PC)
-#define DEBUG_IMT 0
+//#define DEBUG_IMT 0
  
 /* A variant of ARM_LDR_IMM which can handle large offsets */
 #define ARM_LDR_IMM_GENERAL(code, dreg, basereg, offset, scratch_reg) do { \


_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches