提交 2f2ecb83 编写于 作者: B blueswir1

Fix Sparc64 prefetcha op


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2978 c046a42c-6fe2-441c-8c8c-71466251a162
上级 f6d2a316
......@@ -2802,9 +2802,9 @@ static void disas_sparc_insn(DisasContext * dc)
}
#endif
}
if (xop < 4 || (xop > 7 && xop < 0x14 && xop != 0x0e) || \
(xop > 0x17 && xop <= 0x1d ) || \
(xop > 0x2c && xop <= 0x33) || xop == 0x1f) {
if (xop < 4 || (xop > 7 && xop < 0x14 && xop != 0x0e) ||
(xop > 0x17 && xop <= 0x1d ) ||
(xop > 0x2c && xop <= 0x33) || xop == 0x1f || xop == 0x3d) {
switch (xop) {
case 0x0: /* load word */
gen_op_ldst(ld);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册