提交 ccccab03 编写于 作者: P pbrook

m68k compare fix.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4107 c046a42c-6fe2-441c-8c8c-71466251a162
上级 bb7ec043
......@@ -504,7 +504,7 @@ OP(set_T0_nz32)
OP(set_T0_s32)
{
int32_t arg = get_op(PARAM1);
T0 = (arg > 0);
T0 = (arg < 0);
FORCE_RET();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册