提交 ebd0c614 编写于 作者: R Richard Henderson

tcg-sparc: Accept stores of zero

Signed-off-by: NRichard Henderson <rth@twiddle.net>
上级 035b2398
......@@ -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 },
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册