Temporary disabled SUPPORT_CONST_STORE.
authortwisti <none@none>
Fri, 22 Apr 2005 13:33:21 +0000 (13:33 +0000)
committertwisti <none@none>
Fri, 22 Apr 2005 13:33:21 +0000 (13:33 +0000)
src/vm/jit/i386/arch.h

index 31d559de90e1d7548d90eda7a935ea839b816ca6..4975643fbbd13a8d0274cc41c668fd724a67692d 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: arch.h 2298 2005-04-13 15:32:01Z christian $
+   $Id: arch.h 2340 2005-04-22 13:33:21Z twisti $
 
 */
 
 #define SUPPORT_CONST_LOGICAL            1  /* AND, OR, XOR with immediates   */
 #define SUPPORT_CONST_MUL                1  /* mutiply with immediate         */
 
-#define SUPPORT_CONST_STORE              1  /* do we support const stores     */
+#define SUPPORT_CONST_STORE              0  /* do we support const stores     */
 #define SUPPORT_CONST_STORE_ZERO_ONLY    0  /* on some risc machines we can   */
                                             /* only store REG_ZERO            */