From 865a4671f97e3b52c3ba4167d4f2630e79927712 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 11 Mar 2013 23:24:15 -0700 Subject: tcg-ppc: Don't implement rem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Andreas Färber Signed-off-by: Richard Henderson --- tcg/ppc/tcg-target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcg/ppc/tcg-target.h') diff --git a/tcg/ppc/tcg-target.h b/tcg/ppc/tcg-target.h index 01b880e..b42d97c 100644 --- a/tcg/ppc/tcg-target.h +++ b/tcg/ppc/tcg-target.h @@ -78,7 +78,7 @@ typedef enum { /* optional instructions */ #define TCG_TARGET_HAS_div_i32 1 -#define TCG_TARGET_HAS_rem_i32 1 +#define TCG_TARGET_HAS_rem_i32 0 #define TCG_TARGET_HAS_rot_i32 1 #define TCG_TARGET_HAS_ext8s_i32 1 #define TCG_TARGET_HAS_ext16s_i32 1 -- cgit v1.1