* SUPPORT_LONG_CMP_CONST: Added.
authortwisti <none@none>
Thu, 17 Nov 2005 18:57:34 +0000 (18:57 +0000)
committertwisti <none@none>
Thu, 17 Nov 2005 18:57:34 +0000 (18:57 +0000)
src/vm/jit/alpha/arch.h
src/vm/jit/i386/arch.h
src/vm/jit/mips/arch.h
src/vm/jit/x86_64/arch.h

index 078f79a450ff14ba801594a3ed86a94c3d44feb6..2b37a970535746a51405dd97f33ee7602cc3cf4f 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: arch.h 3410 2005-10-12 12:45:56Z twisti $
+   $Id: arch.h 3701 2005-11-17 18:57:34Z twisti $
 
 */
 
@@ -52,6 +52,7 @@
 
 #define SUPPORT_LONG_ADD                 1
 #define SUPPORT_LONG_CMP                 1
+#define SUPPORT_LONG_CMP_CONST           1
 #define SUPPORT_LONG_LOGICAL             1
 #define SUPPORT_LONG_SHIFT               1
 #define SUPPORT_LONG_MUL                 1
index 2f26ebd634f9da31730e802ac874a48d41965e57..4ae60a3a748607d718111beae73eb5e638d5a32e 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: arch.h 3410 2005-10-12 12:45:56Z twisti $
+   $Id: arch.h 3701 2005-11-17 18:57:34Z twisti $
 
 */
 
@@ -64,6 +64,7 @@
 
 #define SUPPORT_LONG_ADD                 1
 #define SUPPORT_LONG_CMP                 1
+#define SUPPORT_LONG_CMP_CONST           1
 #define SUPPORT_LONG_LOGICAL             1
 #define SUPPORT_LONG_SHIFT               1
 #define SUPPORT_LONG_MUL                 1
index 20732656339c865b9f26cf9b04f22b1b63a4556d..7e0a0bfda06887b9cd399c201b1937258f136c8c 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: arch.h 3557 2005-11-03 22:42:00Z twisti $
+   $Id: arch.h 3701 2005-11-17 18:57:34Z twisti $
 
 */
 
@@ -58,6 +58,7 @@
 
 #define SUPPORT_LONG_ADD                 1
 #define SUPPORT_LONG_CMP                 1
+#define SUPPORT_LONG_CMP_CONST           1
 #define SUPPORT_LONG_LOGICAL             1
 #define SUPPORT_LONG_SHIFT               1
 #define SUPPORT_LONG_MUL                 1
@@ -87,6 +88,7 @@
 
 #define SUPPORT_LONG_ADD                 1
 #define SUPPORT_LONG_CMP                 1
+#define SUPPORT_LONG_CMP_CONST           1
 #define SUPPORT_LONG_LOGICAL             1
 #define SUPPORT_LONG_SHIFT               0
 #define SUPPORT_LONG_MUL                 0
index abb0c324994681245cfa1befdc8ecf31408d8515..a39f29754b4803c6ded228b8030c819613f3882f 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: arch.h 3410 2005-10-12 12:45:56Z twisti $
+   $Id: arch.h 3701 2005-11-17 18:57:34Z twisti $
 
 */
 
@@ -52,6 +52,7 @@
 
 #define SUPPORT_LONG_ADD                 1
 #define SUPPORT_LONG_CMP                 1
+#define SUPPORT_LONG_CMP_CONST           1
 #define SUPPORT_LONG_LOGICAL             1
 #define SUPPORT_LONG_SHIFT               1
 #define SUPPORT_LONG_MUL                 1