Fix neon encoding comment.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5285 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
9c67ef0cb5
commit
e4b3861d15
@ -4808,7 +4808,7 @@ static int disas_neon_data_insn(CPUState * env, DisasContext *s, uint32_t insn)
|
||||
neon_store_reg(rd, pass, tmp);
|
||||
}
|
||||
}
|
||||
} else { /* (insn & 0x00800010 == 0x00800010) */
|
||||
} else { /* (insn & 0x00800010 == 0x00800000) */
|
||||
if (size != 3) {
|
||||
op = (insn >> 8) & 0xf;
|
||||
if ((insn & (1 << 6)) == 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user