From: twisti Date: Fri, 22 Apr 2005 13:33:21 +0000 (+0000) Subject: Temporary disabled SUPPORT_CONST_STORE. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=dd610aec70570cf78e40cb6ce037fa0713965300;p=cacao.git Temporary disabled SUPPORT_CONST_STORE. --- diff --git a/src/vm/jit/i386/arch.h b/src/vm/jit/i386/arch.h index 31d559de9..4975643fb 100644 --- a/src/vm/jit/i386/arch.h +++ b/src/vm/jit/i386/arch.h @@ -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 $ */ @@ -117,7 +117,7 @@ #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 */