Enabled SUPPORT_CONST_STORE
authortwisti <none@none>
Sun, 20 Mar 2005 17:20:44 +0000 (17:20 +0000)
committertwisti <none@none>
Sun, 20 Mar 2005 17:20:44 +0000 (17:20 +0000)
src/vm/jit/mips/arch.h

index 41e7e8a2cc06fc8edc08b2f976c0a1c4491b5373..08733a6378b6d97cfa3ed04e18cd769a7b8645fa 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: arch.h 2039 2005-03-20 11:24:19Z twisti $
+   $Id: arch.h 2052 2005-03-20 17:20:44Z twisti $
 
 */
 
 #define SUPPORT_CONST_LOGICAL            1  /* AND, OR, XOR with immediates   */
 #define SUPPORT_CONST_MUL                1  /* mutiply with immediate         */
 
-#define SUPPORT_CONST_STORE              0  /* do we support const stores     */
+#define SUPPORT_CONST_STORE              1  /* do we support const stores     */
 #define SUPPORT_CONST_STORE_ZERO_ONLY    1  /* on some risc machines we can   */
                                             /* only store REG_ZERO            */