summaryrefslogtreecommitdiffstats
path: root/tcg/sparc
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2014-03-17 11:10:59 -0700
committerRichard Henderson <rth@twiddle.net>2014-04-28 11:06:35 -0700
commitebd0c614d77898741c1ec70b5c5ca3f263253da3 (patch)
tree195a21c93d385af362121bb4c4c73510f607492d /tcg/sparc
parent035b2398264d4b8838d66a8360ca6091f1a107e9 (diff)
downloadhqemu-ebd0c614d77898741c1ec70b5c5ca3f263253da3.zip
hqemu-ebd0c614d77898741c1ec70b5c5ca3f263253da3.tar.gz
tcg-sparc: Accept stores of zero
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'tcg/sparc')
-rw-r--r--tcg/sparc/tcg-target.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcg/sparc/tcg-target.c b/tcg/sparc/tcg-target.c
index 1526f2c..5468ff5 100644
--- a/tcg/sparc/tcg-target.c
+++ b/tcg/sparc/tcg-target.c
@@ -1470,8 +1470,8 @@ static const TCGTargetOpDef sparc_op_defs[] = {
{ INDEX_op_qemu_ld_i32, { "r", "A" } },
{ INDEX_op_qemu_ld_i64, { "R", "A" } },
- { INDEX_op_qemu_st_i32, { "s", "A" } },
- { INDEX_op_qemu_st_i64, { "S", "A" } },
+ { INDEX_op_qemu_st_i32, { "sZ", "A" } },
+ { INDEX_op_qemu_st_i64, { "SZ", "A" } },
{ -1 },
};
OpenPOWER on IntegriCloud