提交 6c3ee14f 编写于 作者: B bellard

better shift tests


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1844 c046a42c-6fe2-441c-8c8c-71466251a162
上级 ba6526df
......@@ -174,7 +174,7 @@ void glue(test_, OP)(void)
for(i = 0; i < n; i++)
exec_op(0x21ad3d34, 0x12345678, i);
for(i = 0; i < n; i++)
exec_op(0x813f3421, 0x82345678, i);
exec_op(0x813f3421, 0x82345679, i);
}
void *glue(_test_, OP) __init_call = glue(test_, OP);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册