Enabled SUPPORT_CONST_STORE again.
authortwisti <none@none>
Sat, 30 Apr 2005 13:27:50 +0000 (13:27 +0000)
committertwisti <none@none>
Sat, 30 Apr 2005 13:27:50 +0000 (13:27 +0000)
src/vm/jit/x86_64/arch.h

index 57ac2e2ee09cab42e20c1d2b0f6dd9123dbc142f..f3a07bbfe3f836a7458fa30d5a51590cdbac18cf 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: arch.h 2413 2005-04-29 18:54:31Z twisti $
+   $Id: arch.h 2420 2005-04-30 13:27:50Z 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    0  /* on some risc machines we can   */
                                             /* only store REG_ZERO            */