Commit a47f43d2723eafc72ea19970af7d8c47baa7220b

Authored by pbrook
1 parent 86753403

Additional exclusive load/store instruction are v6K, not v6T2.

Signed-off-by: Paul Brook <paul@codesourcery.com>


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5518 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
target-arm/translate.c
... ... @@ -6227,7 +6227,7 @@ static void disas_arm_insn(CPUState * env, DisasContext *s)
6227 6227 /* load/store exclusive */
6228 6228 op1 = (insn >> 21) & 0x3;
6229 6229 if (op1)
6230   - ARCH(6T2);
  6230 + ARCH(6K);
6231 6231 else
6232 6232 ARCH(6);
6233 6233 gen_movl_T1_reg(s, rn);
... ...