提交 e4b3861d 编写于 作者: P pbrook

Fix neon encoding comment.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5285 c046a42c-6fe2-441c-8c8c-71466251a162
上级 9c67ef0c
...@@ -4808,7 +4808,7 @@ static int disas_neon_data_insn(CPUState * env, DisasContext *s, uint32_t insn) ...@@ -4808,7 +4808,7 @@ static int disas_neon_data_insn(CPUState * env, DisasContext *s, uint32_t insn)
neon_store_reg(rd, pass, tmp); neon_store_reg(rd, pass, tmp);
} }
} }
} else { /* (insn & 0x00800010 == 0x00800010) */ } else { /* (insn & 0x00800010 == 0x00800000) */
if (size != 3) { if (size != 3) {
op = (insn >> 8) & 0xf; op = (insn >> 8) & 0xf;
if ((insn & (1 << 6)) == 0) { if ((insn & (1 << 6)) == 0) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册