summaryrefslogtreecommitdiff
path: root/tcg/s390/tcg-target.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2013-03-26 16:50:29 -0400
committerRichard Henderson <rth@twiddle.net>2013-04-05 13:35:40 -0500
commit36017dc68aa8c345d10ad7ba7bc3dba580f3f035 (patch)
treec0034c92f9a0607b06e5dba7803ae80c99460ec9 /tcg/s390/tcg-target.h
parent3790b9180a070eab619438dc0fd83de33ec8cbbd (diff)
downloadqemu-36017dc68aa8c345d10ad7ba7bc3dba580f3f035.tar.gz
tcg-s390: Implement mulu2_i64 opcode
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'tcg/s390/tcg-target.h')
-rw-r--r--tcg/s390/tcg-target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/s390/tcg-target.h b/tcg/s390/tcg-target.h
index da726bd5fd..c0cb7141e7 100644
--- a/tcg/s390/tcg-target.h
+++ b/tcg/s390/tcg-target.h
@@ -92,7 +92,7 @@ typedef enum TCGReg {
#define TCG_TARGET_HAS_movcond_i64 0
#define TCG_TARGET_HAS_add2_i64 1
#define TCG_TARGET_HAS_sub2_i64 1
-#define TCG_TARGET_HAS_mulu2_i64 0
+#define TCG_TARGET_HAS_mulu2_i64 1
#define TCG_TARGET_HAS_muls2_i64 0
/* used for function call generation */