]> xenbits.xensource.com Git - qemu-upstream-4.6-testing.git/commitdiff
tcg-sparc: Accept stores of zero
authorRichard Henderson <rth@twiddle.net>
Mon, 17 Mar 2014 18:10:59 +0000 (11:10 -0700)
committerRichard Henderson <rth@twiddle.net>
Mon, 28 Apr 2014 18:06:35 +0000 (11:06 -0700)
Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/sparc/tcg-target.c

index 1526f2c2e71ef6f98f45364bd4eea26784cf0ce6..5468ff5c16375275037124756639d3dfc4f57de0 100644 (file)
@@ -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 },
 };