From: twisti Date: Sun, 20 Mar 2005 17:20:44 +0000 (+0000) Subject: Enabled SUPPORT_CONST_STORE X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=99fdf054777571a9c372124cc8348c4fd019123d;p=cacao.git Enabled SUPPORT_CONST_STORE --- diff --git a/src/vm/jit/mips/arch.h b/src/vm/jit/mips/arch.h index 41e7e8a2c..08733a637 100644 --- a/src/vm/jit/mips/arch.h +++ b/src/vm/jit/mips/arch.h @@ -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 $ */ @@ -118,7 +118,7 @@ #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 */