Commit e4b3861d15d43d2c8d834a1a3826676d97b82abf
1 parent
9c67ef0c
Fix neon encoding comment.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5285 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
target-arm/translate.c
... | ... | @@ -4808,7 +4808,7 @@ static int disas_neon_data_insn(CPUState * env, DisasContext *s, uint32_t insn) |
4808 | 4808 | neon_store_reg(rd, pass, tmp); |
4809 | 4809 | } |
4810 | 4810 | } |
4811 | - } else { /* (insn & 0x00800010 == 0x00800010) */ | |
4811 | + } else { /* (insn & 0x00800010 == 0x00800000) */ | |
4812 | 4812 | if (size != 3) { |
4813 | 4813 | op = (insn >> 8) & 0xf; |
4814 | 4814 | if ((insn & (1 << 6)) == 0) { | ... | ... |