提交 8d7fe053 编写于 作者: P pbrook

M68k addx/subx fix.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2842 c046a42c-6fe2-441c-8c8c-71466251a162
上级 3a5b360d
......@@ -170,7 +170,7 @@ OP(btest)
FORCE_RET();
}
OP(addx_cc)
OP(subx_cc)
{
uint32_t op1 = get_op(PARAM1);
uint32_t op2 = get_op(PARAM2);
......@@ -188,7 +188,7 @@ OP(addx_cc)
FORCE_RET();
}
OP(subx_cc)
OP(addx_cc)
{
uint32_t op1 = get_op(PARAM1);
uint32_t op2 = get_op(PARAM2);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册