提交 6926be2a 编写于 作者: M malc

Remove neg_i32 debugging leftover

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4935 c046a42c-6fe2-441c-8c8c-71466251a162
上级 e46b9681
......@@ -1228,8 +1228,6 @@ static void tcg_out_op (TCGContext *s, int opc, const TCGArg *args,
break;
case INDEX_op_neg_i32:
tcg_out32 (s, TRAP);
break;
case INDEX_op_neg_i64:
tcg_out32 (s, NEG | RT (args[0]) | RA (args[1]));
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册